Shades of Hippie Pink #AC5059
Tints of Hippie Pink #AC5059
RGB
CMYK
RGB Variations
Color information
#AC5059 (or 0xAC5059) is known color: Hippie Pink. HEX triplet: AC, 50 and 59. RGB value is (172,80,89). Sum of RGB (Red+Green+Blue) = 172+80+89=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5059 is #53AFA6. Grayscale: #6C6C6C. Windows color (decimal): -5484455 or 5853356. OLE color: 5853356.
HSL color Cylindrical-coordinate representation of color #AC5059: hue angle of 354.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5059 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 89 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.33 |
| HSL | 354.13º | 0.37% | 0.49% | - |
| HSV(B) | 354.13º | 0.53% | 0.67% | - |
| XYZ | 21.69 | 15.23 | 11.25 | - |
| YUV | 108.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 89 | 0 | 0.53 | 0.48 | 0.33 | 354.13 | 0.37 | 0.49 |
| Hex | AC | 50 | 59 | 0 | 35 | 30 | 21 | 162 | 25 | 31 |
| Octal | 254 | 120 | 131 | 0 | 65 | 60 | 41 | 542 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1011001 | 0 | 110101 | 110000 | 100001 | 101100010 | 100101 | 110001 |
Color Harmonies of #AC5059
Complementary color
Monochromatic Colors of #AC5059
Black with #AC5059
Text Example
Text Example
White with #AC5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5059; }
p { color: rgb(172,80,89); }
H1.HeaderClassName
{
color: #AC5059;
}
.AnyTagClassName
{
color: #AC5059;
}
</style>
background-color css
<style>
a { background-color: #AC5059; }
a { background-color: rgb(172,80,89); }
div.DivClassName
{
background-color: #AC5059;
}
.BgClassName
{
background-color: #AC5059;
}
</style>
border-color css
<style>
span { border-color: #AC5059; }
span { border-color: rgb(172,80,89); }
td.TdClassName
{
border-color: #AC5059;
}
.TagClassName
{
border-color: #AC5059;
}
</style>