Shades of Hippie Pink #AC4C57
Tints of Hippie Pink #AC4C57
RGB
CMYK
RGB Variations
Color information
#AC4C57 (or 0xAC4C57) is known color: Hippie Pink. HEX triplet: AC, 4C and 57. RGB value is (172,76,87). Sum of RGB (Red+Green+Blue) = 172+76+87=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C57 is #53B3A8. Grayscale: #6A6A6A. Windows color (decimal): -5485481 or 5721260. OLE color: 5721260.
HSL color Cylindrical-coordinate representation of color #AC4C57: hue angle of 353.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C57 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 87 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.33 |
| HSL | 353.13º | 0.39% | 0.49% | - |
| HSV(B) | 353.13º | 0.56% | 0.67% | - |
| XYZ | 21.32 | 14.63 | 10.72 | - |
| YUV | 105.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 87 | 0 | 0.56 | 0.49 | 0.33 | 353.13 | 0.39 | 0.49 |
| Hex | AC | 4C | 57 | 0 | 38 | 31 | 21 | 161 | 27 | 31 |
| Octal | 254 | 114 | 127 | 0 | 70 | 61 | 41 | 541 | 47 | 61 |
| Binary | 10101100 | 1001100 | 1010111 | 0 | 111000 | 110001 | 100001 | 101100001 | 100111 | 110001 |
Color Harmonies of #AC4C57
Complementary color
Monochromatic Colors of #AC4C57
Black with #AC4C57
Text Example
Text Example
White with #AC4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C57; }
p { color: rgb(172,76,87); }
H1.HeaderClassName
{
color: #AC4C57;
}
.AnyTagClassName
{
color: #AC4C57;
}
</style>
background-color css
<style>
a { background-color: #AC4C57; }
a { background-color: rgb(172,76,87); }
div.DivClassName
{
background-color: #AC4C57;
}
.BgClassName
{
background-color: #AC4C57;
}
</style>
border-color css
<style>
span { border-color: #AC4C57; }
span { border-color: rgb(172,76,87); }
td.TdClassName
{
border-color: #AC4C57;
}
.TagClassName
{
border-color: #AC4C57;
}
</style>