Shades of Hippie Pink #AC4952
Tints of Hippie Pink #AC4952
RGB
CMYK
RGB Variations
Color information
#AC4952 (or 0xAC4952) is known color: Hippie Pink. HEX triplet: AC, 49 and 52. RGB value is (172,73,82). Sum of RGB (Red+Green+Blue) = 172+73+82=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4952 is #53B6AD. Grayscale: #676767. Windows color (decimal): -5486254 or 5392812. OLE color: 5392812.
HSL color Cylindrical-coordinate representation of color #AC4952: hue angle of 354.55º degrees, saturation: 0.4, 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 #AC4952 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 82 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.33 |
| HSL | 354.55º | 0.4% | 0.48% | - |
| HSV(B) | 354.55º | 0.58% | 0.67% | - |
| XYZ | 20.92 | 14.14 | 9.61 | - |
| YUV | 103.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 82 | 0 | 0.58 | 0.52 | 0.33 | 354.55 | 0.4 | 0.48 |
| Hex | AC | 49 | 52 | 0 | 3A | 34 | 21 | 163 | 28 | 30 |
| Octal | 254 | 111 | 122 | 0 | 72 | 64 | 41 | 543 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1010010 | 0 | 111010 | 110100 | 100001 | 101100011 | 101000 | 110000 |
Color Harmonies of #AC4952
Complementary color
Monochromatic Colors of #AC4952
Black with #AC4952
Text Example
Text Example
White with #AC4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4952; }
p { color: rgb(172,73,82); }
H1.HeaderClassName
{
color: #AC4952;
}
.AnyTagClassName
{
color: #AC4952;
}
</style>
background-color css
<style>
a { background-color: #AC4952; }
a { background-color: rgb(172,73,82); }
div.DivClassName
{
background-color: #AC4952;
}
.BgClassName
{
background-color: #AC4952;
}
</style>
border-color css
<style>
span { border-color: #AC4952; }
span { border-color: rgb(172,73,82); }
td.TdClassName
{
border-color: #AC4952;
}
.TagClassName
{
border-color: #AC4952;
}
</style>