#AF424F

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

Shades of Hippie Pink #AF424F

Tints of Hippie Pink #AF424F

Color information

#AF424F (or 0xAF424F) is unknown color: approx Hippie Pink. HEX triplet: AF, 42 and 4F. RGB value is (175,66,79). Sum of RGB (Red+Green+Blue) = 175+66+79=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF424F is #50BDB0. Grayscale: #646464. Windows color (decimal): -5291441 or 5194415. OLE color: 5194415.

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

Color convert

RGB1756679-
CMYK00.620.550.31
HSL352.84º45.23%47.25%-
HSV(B)352.84º62.29%68.63%-
XYZ21.0413.578.91-
YUV100.07116.11181.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=54.69%
G=20.62%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175667900.620.550.31352.8445.2347.25
HexAF424F03E371F1612d2f
Octal25710211707667375415557
Binary1010111110000101001111011111011011111111101100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF424F; }

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

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

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

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

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

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

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

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