#AF435D

Color #AF435D Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AF435D

Tints of Hippie Pink #AF435D

Color information

#AF435D (or 0xAF435D) is unknown color: approx Hippie Pink. HEX triplet: AF, 43 and 5D. RGB value is (175,67,93). Sum of RGB (Red+Green+Blue) = 175+67+93=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF435D is #50BCA2. Grayscale: #666666. Windows color (decimal): -5291171 or 6112175. OLE color: 6112175.

HSL color Cylindrical-coordinate representation of color #AF435D: hue angle of 345.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF435D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1756793-
CMYK00.620.470.31
HSL345.56º44.63%47.45%-
HSV(B)345.56º61.71%68.63%-
XYZ21.6613.9211.9-
YUV102.26122.78179.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=52.24%
G=20%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175679300.620.470.31345.5644.6347.45
HexAF435D03E2F1F15a2d2f
Octal25710313507657375325557
Binary1010111110000111011101011111010111111111101011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF435D; }

 p { color: rgb(175,67,93); }

 H1.HeaderClassName
 {
   color: #AF435D;
 }
 .AnyTagClassName
 {
   color: #AF435D;
 }
</style>
background-color css

<style>
 a { background-color: #AF435D; }

 a { background-color: rgb(175,67,93); }

 div.DivClassName
 {
   background-color: #AF435D;
 }
 .BgClassName
 {
   background-color: #AF435D;
 }
</style>
border-color css

<style>
 span { border-color: #AF435D; }

 span { border-color: rgb(175,67,93); }

 td.TdClassName
 {
   border-color: #AF435D;
 }
 .TagClassName
 {
   border-color: #AF435D;
 }
</style>