Shades of Hippie Pink #AC555B
Tints of Hippie Pink #AC555B
RGB
CMYK
RGB Variations
Color information
#AC555B (or 0xAC555B) is known color: Hippie Pink. HEX triplet: AC, 55 and 5B. RGB value is (172,85,91). Sum of RGB (Red+Green+Blue) = 172+85+91=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555B is #53AAA4. Grayscale: #6F6F6F. Windows color (decimal): -5483173 or 5985708. OLE color: 5985708.
HSL color Cylindrical-coordinate representation of color #AC555B: hue angle of 355.86º 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 #AC555B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 91 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.33 |
| HSL | 355.86º | 0.34% | 0.5% | - |
| HSV(B) | 355.86º | 0.51% | 0.67% | - |
| XYZ | 22.15 | 16.02 | 11.82 | - |
| YUV | 111.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 91 | 0 | 0.51 | 0.47 | 0.33 | 355.86 | 0.34 | 0.5 |
| Hex | AC | 55 | 5B | 0 | 33 | 2F | 21 | 164 | 22 | 32 |
| Octal | 254 | 125 | 133 | 0 | 63 | 57 | 41 | 544 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1011011 | 0 | 110011 | 101111 | 100001 | 101100100 | 100010 | 110010 |
Color Harmonies of #AC555B
Complementary color
Monochromatic Colors of #AC555B
Black with #AC555B
Text Example
Text Example
White with #AC555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC555B; }
p { color: rgb(172,85,91); }
H1.HeaderClassName
{
color: #AC555B;
}
.AnyTagClassName
{
color: #AC555B;
}
</style>
background-color css
<style>
a { background-color: #AC555B; }
a { background-color: rgb(172,85,91); }
div.DivClassName
{
background-color: #AC555B;
}
.BgClassName
{
background-color: #AC555B;
}
</style>
border-color css
<style>
span { border-color: #AC555B; }
span { border-color: rgb(172,85,91); }
td.TdClassName
{
border-color: #AC555B;
}
.TagClassName
{
border-color: #AC555B;
}
</style>