Shades of Hippie Pink #AC5259
Tints of Hippie Pink #AC5259
RGB
CMYK
RGB Variations
Color information
#AC5259 (or 0xAC5259) is known color: Hippie Pink. HEX triplet: AC, 52 and 59. RGB value is (172,82,89). Sum of RGB (Red+Green+Blue) = 172+82+89=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5259 is #53ADA6. Grayscale: #6D6D6D. Windows color (decimal): -5483943 or 5853868. OLE color: 5853868.
HSL color Cylindrical-coordinate representation of color #AC5259: hue angle of 355.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5259 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 89 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.33 |
| HSL | 355.33º | 0.35% | 0.5% | - |
| HSV(B) | 355.33º | 0.52% | 0.67% | - |
| XYZ | 21.83 | 15.53 | 11.3 | - |
| YUV | 109.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 89 | 0 | 0.52 | 0.48 | 0.33 | 355.33 | 0.35 | 0.5 |
| Hex | AC | 52 | 59 | 0 | 34 | 30 | 21 | 163 | 23 | 32 |
| Octal | 254 | 122 | 131 | 0 | 64 | 60 | 41 | 543 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1011001 | 0 | 110100 | 110000 | 100001 | 101100011 | 100011 | 110010 |
Color Harmonies of #AC5259
Complementary color
Monochromatic Colors of #AC5259
Black with #AC5259
Text Example
Text Example
White with #AC5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5259; }
p { color: rgb(172,82,89); }
H1.HeaderClassName
{
color: #AC5259;
}
.AnyTagClassName
{
color: #AC5259;
}
</style>
background-color css
<style>
a { background-color: #AC5259; }
a { background-color: rgb(172,82,89); }
div.DivClassName
{
background-color: #AC5259;
}
.BgClassName
{
background-color: #AC5259;
}
</style>
border-color css
<style>
span { border-color: #AC5259; }
span { border-color: rgb(172,82,89); }
td.TdClassName
{
border-color: #AC5259;
}
.TagClassName
{
border-color: #AC5259;
}
</style>