Shades of Hippie Pink #AC555F
Tints of Hippie Pink #AC555F
RGB
CMYK
RGB Variations
Color information
#AC555F (or 0xAC555F) is known color: Hippie Pink. HEX triplet: AC, 55 and 5F. RGB value is (172,85,95). Sum of RGB (Red+Green+Blue) = 172+85+95=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555F is #53AAA0. Grayscale: #707070. Windows color (decimal): -5483169 or 6247852. OLE color: 6247852.
HSL color Cylindrical-coordinate representation of color #AC555F: hue angle of 353.1º degrees, saturation: 0.34, 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 #AC555F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 95 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.33 |
| HSL | 353.1º | 0.34% | 0.5% | - |
| HSV(B) | 353.1º | 0.51% | 0.67% | - |
| XYZ | 22.33 | 16.09 | 12.76 | - |
| YUV | 112.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 95 | 0 | 0.51 | 0.45 | 0.33 | 353.1 | 0.34 | 0.5 |
| Hex | AC | 55 | 5F | 0 | 33 | 2D | 21 | 161 | 22 | 32 |
| Octal | 254 | 125 | 137 | 0 | 63 | 55 | 41 | 541 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1011111 | 0 | 110011 | 101101 | 100001 | 101100001 | 100010 | 110010 |
Color Harmonies of #AC555F
Complementary color
Monochromatic Colors of #AC555F
Black with #AC555F
Text Example
Text Example
White with #AC555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC555F; }
p { color: rgb(172,85,95); }
H1.HeaderClassName
{
color: #AC555F;
}
.AnyTagClassName
{
color: #AC555F;
}
</style>
background-color css
<style>
a { background-color: #AC555F; }
a { background-color: rgb(172,85,95); }
div.DivClassName
{
background-color: #AC555F;
}
.BgClassName
{
background-color: #AC555F;
}
</style>
border-color css
<style>
span { border-color: #AC555F; }
span { border-color: rgb(172,85,95); }
td.TdClassName
{
border-color: #AC555F;
}
.TagClassName
{
border-color: #AC555F;
}
</style>