Shades of Hippie Pink #AC4855
Tints of Hippie Pink #AC4855
RGB
CMYK
RGB Variations
Color information
#AC4855 (or 0xAC4855) is known color: Hippie Pink. HEX triplet: AC, 48 and 55. RGB value is (172,72,85). Sum of RGB (Red+Green+Blue) = 172+72+85=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4855 is #53B7AA. Grayscale: #676767. Windows color (decimal): -5486507 or 5589164. OLE color: 5589164.
HSL color Cylindrical-coordinate representation of color #AC4855: hue angle of 352.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4855 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 85 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.33 |
| HSL | 352.2º | 0.41% | 0.48% | - |
| HSV(B) | 352.2º | 0.58% | 0.67% | - |
| XYZ | 20.97 | 14.06 | 10.2 | - |
| YUV | 103.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 85 | 0 | 0.58 | 0.51 | 0.33 | 352.2 | 0.41 | 0.48 |
| Hex | AC | 48 | 55 | 0 | 3A | 33 | 21 | 160 | 29 | 30 |
| Octal | 254 | 110 | 125 | 0 | 72 | 63 | 41 | 540 | 51 | 60 |
| Binary | 10101100 | 1001000 | 1010101 | 0 | 111010 | 110011 | 100001 | 101100000 | 101001 | 110000 |
Color Harmonies of #AC4855
Complementary color
Monochromatic Colors of #AC4855
Black with #AC4855
Text Example
Text Example
White with #AC4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4855; }
p { color: rgb(172,72,85); }
H1.HeaderClassName
{
color: #AC4855;
}
.AnyTagClassName
{
color: #AC4855;
}
</style>
background-color css
<style>
a { background-color: #AC4855; }
a { background-color: rgb(172,72,85); }
div.DivClassName
{
background-color: #AC4855;
}
.BgClassName
{
background-color: #AC4855;
}
</style>
border-color css
<style>
span { border-color: #AC4855; }
span { border-color: rgb(172,72,85); }
td.TdClassName
{
border-color: #AC4855;
}
.TagClassName
{
border-color: #AC4855;
}
</style>