#AF494F

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

Shades of Hippie Pink #AF494F

Tints of Hippie Pink #AF494F

Color information

#AF494F (or 0xAF494F) is unknown color: approx Hippie Pink. HEX triplet: AF, 49 and 4F. RGB value is (175,73,79). Sum of RGB (Red+Green+Blue) = 175+73+79=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF494F is #50B6B0. Grayscale: #686868. Windows color (decimal): -5289649 or 5196207. OLE color: 5196207.

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

Color convert

RGB1757379-
CMYK00.580.550.31
HSL356.47º41.13%48.63%-
HSV(B)356.47º58.29%68.63%-
XYZ21.4714.449.05-
YUV104.18113.79178.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=53.52%
G=22.32%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175737900.580.550.31356.4741.1348.63
HexAF494F03A371F1642931
Octal25711111707267375445161
Binary1010111110010011001111011101011011111111101100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF494F; }

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

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

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

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

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

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

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

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