#AF4E59

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

Shades of Hippie Pink #AF4E59

Tints of Hippie Pink #AF4E59

Color information

#AF4E59 (or 0xAF4E59) is unknown color: approx Hippie Pink. HEX triplet: AF, 4E and 59. RGB value is (175,78,89). Sum of RGB (Red+Green+Blue) = 175+78+89=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E59 is #50B1A6. Grayscale: #6C6C6C. Windows color (decimal): -5288359 or 5852847. OLE color: 5852847.

HSL color Cylindrical-coordinate representation of color #AF4E59: hue angle of 353.2º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E59 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1757889-
CMYK00.550.490.31
HSL353.2º38.34%49.61%-
HSV(B)353.2º55.43%68.63%-
XYZ22.2115.2811.23-
YUV108.26117.14175.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=51.17%
G=22.81%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175788900.550.490.31353.238.3449.61
HexAF4E59037311F1612632
Octal25711613106761375414662
Binary1010111110011101011001011011111000111111101100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E59; }

 p { color: rgb(175,78,89); }

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

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

 a { background-color: rgb(175,78,89); }

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

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

 span { border-color: rgb(175,78,89); }

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