#AC5159

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

Shades of Hippie Pink #AC5159

Tints of Hippie Pink #AC5159

Color information

#AC5159 (or 0xAC5159) is unknown color: approx Hippie Pink. HEX triplet: AC, 51 and 59. RGB value is (172,81,89). Sum of RGB (Red+Green+Blue) = 172+81+89=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5159 is #53AEA6. Grayscale: #6D6D6D. Windows color (decimal): -5484199 or 5853612. OLE color: 5853612.

HSL color Cylindrical-coordinate representation of color #AC5159: hue angle of 354.73º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5159 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1728189-
CMYK00.530.480.33
HSL354.73º35.97%49.61%-
HSV(B)354.73º52.91%67.45%-
XYZ21.7615.3811.27-
YUV109.12116.65172.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=50.29%
G=23.68%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172818900.530.480.33354.7335.9749.61
HexAC515903530211632432
Octal25412113106560415434462
Binary10101100101000110110010110101110000100001101100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5159; }

 p { color: rgb(172,81,89); }

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

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

 a { background-color: rgb(172,81,89); }

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

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

 span { border-color: rgb(172,81,89); }

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