#AF4759

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

Shades of Hippie Pink #AF4759

Tints of Hippie Pink #AF4759

Color information

#AF4759 (or 0xAF4759) is unknown color: approx Hippie Pink. HEX triplet: AF, 47 and 59. RGB value is (175,71,89). Sum of RGB (Red+Green+Blue) = 175+71+89=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4759 is #50B8A6. Grayscale: #686868. Windows color (decimal): -5290151 or 5851055. OLE color: 5851055.

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

Color convert

RGB1757189-
CMYK00.590.490.31
HSL349.62º42.28%48.24%-
HSV(B)349.62º59.43%68.63%-
XYZ21.7414.3411.07-
YUV104.15119.46178.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=52.24%
G=21.19%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175718900.590.490.31349.6242.2848.24
HexAF475903B311F15e2a30
Octal25710713107361375365260
Binary1010111110001111011001011101111000111111101011110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4759; }

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

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

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

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

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

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

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

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