Shades of Hippie Pink #AC5255
Tints of Hippie Pink #AC5255
RGB
CMYK
RGB Variations
Color information
#AC5255 (or 0xAC5255) is known color: Hippie Pink. HEX triplet: AC, 52 and 55. RGB value is (172,82,85). Sum of RGB (Red+Green+Blue) = 172+82+85=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5255 is #53ADAA. Grayscale: #6D6D6D. Windows color (decimal): -5483947 or 5591724. OLE color: 5591724.
HSL color Cylindrical-coordinate representation of color #AC5255: hue angle of 358º 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 #AC5255 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 85 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.33 |
| HSL | 358º | 0.35% | 0.5% | - |
| HSV(B) | 358º | 0.52% | 0.67% | - |
| XYZ | 21.67 | 15.46 | 10.44 | - |
| YUV | 109.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 85 | 0 | 0.52 | 0.51 | 0.33 | 358 | 0.35 | 0.5 |
| Hex | AC | 52 | 55 | 0 | 34 | 33 | 21 | 166 | 23 | 32 |
| Octal | 254 | 122 | 125 | 0 | 64 | 63 | 41 | 546 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1010101 | 0 | 110100 | 110011 | 100001 | 101100110 | 100011 | 110010 |
Color Harmonies of #AC5255
Complementary color
Monochromatic Colors of #AC5255
Black with #AC5255
Text Example
Text Example
White with #AC5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5255; }
p { color: rgb(172,82,85); }
H1.HeaderClassName
{
color: #AC5255;
}
.AnyTagClassName
{
color: #AC5255;
}
</style>
background-color css
<style>
a { background-color: #AC5255; }
a { background-color: rgb(172,82,85); }
div.DivClassName
{
background-color: #AC5255;
}
.BgClassName
{
background-color: #AC5255;
}
</style>
border-color css
<style>
span { border-color: #AC5255; }
span { border-color: rgb(172,82,85); }
td.TdClassName
{
border-color: #AC5255;
}
.TagClassName
{
border-color: #AC5255;
}
</style>