#AF435F

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

Shades of Hippie Pink #AF435F

Tints of Hippie Pink #AF435F

Color information

#AF435F (or 0xAF435F) is unknown color: approx Hippie Pink. HEX triplet: AF, 43 and 5F. RGB value is (175,67,95). Sum of RGB (Red+Green+Blue) = 175+67+95=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF435F is #50BCA0. Grayscale: #666666. Windows color (decimal): -5291169 or 6243247. OLE color: 6243247.

HSL color Cylindrical-coordinate representation of color #AF435F: hue angle of 344.44º 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 #AF435F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1756795-
CMYK00.620.460.31
HSL344.44º44.63%47.45%-
HSV(B)344.44º61.71%68.63%-
XYZ21.7513.9512.37-
YUV102.48123.78179.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=51.93%
G=19.88%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175679500.620.460.31344.4444.6347.45
HexAF435F03E2E1F1582d2f
Octal25710313707656375305557
Binary1010111110000111011111011111010111011111101011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF435F; }

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

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

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

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

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

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

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

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