Shades of Hippie Pink #AC4850
Tints of Hippie Pink #AC4850
RGB
CMYK
RGB Variations
Color information
#AC4850 (or 0xAC4850) is known color: Hippie Pink. HEX triplet: AC, 48 and 50. RGB value is (172,72,80). Sum of RGB (Red+Green+Blue) = 172+72+80=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4850 is #53B7AF. Grayscale: #666666. Windows color (decimal): -5486512 or 5261484. OLE color: 5261484.
HSL color Cylindrical-coordinate representation of color #AC4850: hue angle of 355.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 #AC4850 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 80 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.33 |
| HSL | 355.2º | 0.41% | 0.48% | - |
| HSV(B) | 355.2º | 0.58% | 0.67% | - |
| XYZ | 20.78 | 13.98 | 9.19 | - |
| YUV | 102.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 80 | 0 | 0.58 | 0.53 | 0.33 | 355.2 | 0.41 | 0.48 |
| Hex | AC | 48 | 50 | 0 | 3A | 35 | 21 | 163 | 29 | 30 |
| Octal | 254 | 110 | 120 | 0 | 72 | 65 | 41 | 543 | 51 | 60 |
| Binary | 10101100 | 1001000 | 1010000 | 0 | 111010 | 110101 | 100001 | 101100011 | 101001 | 110000 |
Color Harmonies of #AC4850
Complementary color
Monochromatic Colors of #AC4850
Black with #AC4850
Text Example
Text Example
White with #AC4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4850; }
p { color: rgb(172,72,80); }
H1.HeaderClassName
{
color: #AC4850;
}
.AnyTagClassName
{
color: #AC4850;
}
</style>
background-color css
<style>
a { background-color: #AC4850; }
a { background-color: rgb(172,72,80); }
div.DivClassName
{
background-color: #AC4850;
}
.BgClassName
{
background-color: #AC4850;
}
</style>
border-color css
<style>
span { border-color: #AC4850; }
span { border-color: rgb(172,72,80); }
td.TdClassName
{
border-color: #AC4850;
}
.TagClassName
{
border-color: #AC4850;
}
</style>