Shades of Hippie Pink #AC5459
Tints of Hippie Pink #AC5459
RGB
CMYK
RGB Variations
Color information
#AC5459 (or 0xAC5459) is known color: Hippie Pink. HEX triplet: AC, 54 and 59. RGB value is (172,84,89). Sum of RGB (Red+Green+Blue) = 172+84+89=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5459 is #53ABA6. Grayscale: #6E6E6E. Windows color (decimal): -5483431 or 5854380. OLE color: 5854380.
HSL color Cylindrical-coordinate representation of color #AC5459: hue angle of 356.59º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5459 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 89 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.33 |
| HSL | 356.59º | 0.35% | 0.5% | - |
| HSV(B) | 356.59º | 0.51% | 0.67% | - |
| XYZ | 21.99 | 15.83 | 11.35 | - |
| YUV | 110.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 89 | 0 | 0.51 | 0.48 | 0.33 | 356.59 | 0.35 | 0.5 |
| Hex | AC | 54 | 59 | 0 | 33 | 30 | 21 | 165 | 23 | 32 |
| Octal | 254 | 124 | 131 | 0 | 63 | 60 | 41 | 545 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1011001 | 0 | 110011 | 110000 | 100001 | 101100101 | 100011 | 110010 |
Color Harmonies of #AC5459
Complementary color
Monochromatic Colors of #AC5459
Black with #AC5459
Text Example
Text Example
White with #AC5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5459; }
p { color: rgb(172,84,89); }
H1.HeaderClassName
{
color: #AC5459;
}
.AnyTagClassName
{
color: #AC5459;
}
</style>
background-color css
<style>
a { background-color: #AC5459; }
a { background-color: rgb(172,84,89); }
div.DivClassName
{
background-color: #AC5459;
}
.BgClassName
{
background-color: #AC5459;
}
</style>
border-color css
<style>
span { border-color: #AC5459; }
span { border-color: rgb(172,84,89); }
td.TdClassName
{
border-color: #AC5459;
}
.TagClassName
{
border-color: #AC5459;
}
</style>