Shades of Hippie Pink #AC5051
Tints of Hippie Pink #AC5051
RGB
CMYK
RGB Variations
Color information
#AC5051 (or 0xAC5051) is known color: Hippie Pink. HEX triplet: AC, 50 and 51. RGB value is (172,80,81). Sum of RGB (Red+Green+Blue) = 172+80+81=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5051 is #53AFAE. Grayscale: #6B6B6B. Windows color (decimal): -5484463 or 5329068. OLE color: 5329068.
HSL color Cylindrical-coordinate representation of color #AC5051: hue angle of 359.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5051 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 81 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.33 |
| HSL | 359.35º | 0.37% | 0.49% | - |
| HSV(B) | 359.35º | 0.53% | 0.67% | - |
| XYZ | 21.37 | 15.1 | 9.57 | - |
| YUV | 107.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 81 | 0 | 0.53 | 0.53 | 0.33 | 359.35 | 0.37 | 0.49 |
| Hex | AC | 50 | 51 | 0 | 35 | 35 | 21 | 167 | 25 | 31 |
| Octal | 254 | 120 | 121 | 0 | 65 | 65 | 41 | 547 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1010001 | 0 | 110101 | 110101 | 100001 | 101100111 | 100101 | 110001 |
Color Harmonies of #AC5051
Complementary color
Monochromatic Colors of #AC5051
Black with #AC5051
Text Example
Text Example
White with #AC5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5051; }
p { color: rgb(172,80,81); }
H1.HeaderClassName
{
color: #AC5051;
}
.AnyTagClassName
{
color: #AC5051;
}
</style>
background-color css
<style>
a { background-color: #AC5051; }
a { background-color: rgb(172,80,81); }
div.DivClassName
{
background-color: #AC5051;
}
.BgClassName
{
background-color: #AC5051;
}
</style>
border-color css
<style>
span { border-color: #AC5051; }
span { border-color: rgb(172,80,81); }
td.TdClassName
{
border-color: #AC5051;
}
.TagClassName
{
border-color: #AC5051;
}
</style>