Shades of Hippie Pink #AC4959
Tints of Hippie Pink #AC4959
RGB
CMYK
RGB Variations
Color information
#AC4959 (or 0xAC4959) is known color: Hippie Pink. HEX triplet: AC, 49 and 59. RGB value is (172,73,89). Sum of RGB (Red+Green+Blue) = 172+73+89=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4959 is #53B6A6. Grayscale: #686868. Windows color (decimal): -5486247 or 5851564. OLE color: 5851564.
HSL color Cylindrical-coordinate representation of color #AC4959: hue angle of 350.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4959 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 89 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.33 |
| HSL | 350.3º | 0.4% | 0.48% | - |
| HSV(B) | 350.3º | 0.58% | 0.67% | - |
| XYZ | 21.2 | 14.26 | 11.09 | - |
| YUV | 104.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 89 | 0 | 0.58 | 0.48 | 0.33 | 350.3 | 0.4 | 0.48 |
| Hex | AC | 49 | 59 | 0 | 3A | 30 | 21 | 15E | 28 | 30 |
| Octal | 254 | 111 | 131 | 0 | 72 | 60 | 41 | 536 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1011001 | 0 | 111010 | 110000 | 100001 | 101011110 | 101000 | 110000 |
Color Harmonies of #AC4959
Complementary color
Monochromatic Colors of #AC4959
Black with #AC4959
Text Example
Text Example
White with #AC4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4959; }
p { color: rgb(172,73,89); }
H1.HeaderClassName
{
color: #AC4959;
}
.AnyTagClassName
{
color: #AC4959;
}
</style>
background-color css
<style>
a { background-color: #AC4959; }
a { background-color: rgb(172,73,89); }
div.DivClassName
{
background-color: #AC4959;
}
.BgClassName
{
background-color: #AC4959;
}
</style>
border-color css
<style>
span { border-color: #AC4959; }
span { border-color: rgb(172,73,89); }
td.TdClassName
{
border-color: #AC4959;
}
.TagClassName
{
border-color: #AC4959;
}
</style>