Shades of Hippie Pink #AC4D4F
Tints of Hippie Pink #AC4D4F
RGB
CMYK
RGB Variations
Color information
#AC4D4F (or 0xAC4D4F) is known color: Hippie Pink. HEX triplet: AC, 4D and 4F. RGB value is (172,77,79). Sum of RGB (Red+Green+Blue) = 172+77+79=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D4F is #53B2B0. Grayscale: #696969. Windows color (decimal): -5485233 or 5197228. OLE color: 5197228.
HSL color Cylindrical-coordinate representation of color #AC4D4F: hue angle of 358.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D4F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 79 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.33 |
| HSL | 358.74º | 0.38% | 0.49% | - |
| HSV(B) | 358.74º | 0.55% | 0.67% | - |
| XYZ | 21.08 | 14.64 | 9.11 | - |
| YUV | 105.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 79 | 0 | 0.55 | 0.54 | 0.33 | 358.74 | 0.38 | 0.49 |
| Hex | AC | 4D | 4F | 0 | 37 | 36 | 21 | 167 | 26 | 31 |
| Octal | 254 | 115 | 117 | 0 | 67 | 66 | 41 | 547 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1001111 | 0 | 110111 | 110110 | 100001 | 101100111 | 100110 | 110001 |
Color Harmonies of #AC4D4F
Complementary color
Monochromatic Colors of #AC4D4F
Black with #AC4D4F
Text Example
Text Example
White with #AC4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D4F; }
p { color: rgb(172,77,79); }
H1.HeaderClassName
{
color: #AC4D4F;
}
.AnyTagClassName
{
color: #AC4D4F;
}
</style>
background-color css
<style>
a { background-color: #AC4D4F; }
a { background-color: rgb(172,77,79); }
div.DivClassName
{
background-color: #AC4D4F;
}
.BgClassName
{
background-color: #AC4D4F;
}
</style>
border-color css
<style>
span { border-color: #AC4D4F; }
span { border-color: rgb(172,77,79); }
td.TdClassName
{
border-color: #AC4D4F;
}
.TagClassName
{
border-color: #AC4D4F;
}
</style>