#AF4F57

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

Shades of Hippie Pink #AF4F57

Tints of Hippie Pink #AF4F57

Color information

#AF4F57 (or 0xAF4F57) is unknown color: approx Hippie Pink. HEX triplet: AF, 4F and 57. RGB value is (175,79,87). Sum of RGB (Red+Green+Blue) = 175+79+87=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F57 is #50B0A8. Grayscale: #6C6C6C. Windows color (decimal): -5288105 or 5722031. OLE color: 5722031.

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

Color convert

RGB1757987-
CMYK00.550.500.31
HSL355º37.8%49.8%-
HSV(B)355º54.86%68.63%-
XYZ22.215.3910.82-
YUV108.62115.8175.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=51.32%
G=23.17%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175798700.550.500.3135537.849.8
HexAF4F57037321F1632632
Octal25711712706762375434662
Binary1010111110011111010111011011111001011111101100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F57; }

 p { color: rgb(175,79,87); }

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

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

 a { background-color: rgb(175,79,87); }

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

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

 span { border-color: rgb(175,79,87); }

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