Shades of Hippie Pink #AC4551
Tints of Hippie Pink #AC4551
RGB
CMYK
RGB Variations
Color information
#AC4551 (or 0xAC4551) is known color: Hippie Pink. HEX triplet: AC, 45 and 51. RGB value is (172,69,81). Sum of RGB (Red+Green+Blue) = 172+69+81=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4551 is #53BAAE. Grayscale: #656565. Windows color (decimal): -5487279 or 5326252. OLE color: 5326252.
HSL color Cylindrical-coordinate representation of color #AC4551: hue angle of 353.01º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4551 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 81 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.33 |
| HSL | 353.01º | 0.43% | 0.47% | - |
| HSV(B) | 353.01º | 0.6% | 0.67% | - |
| XYZ | 20.63 | 13.62 | 9.33 | - |
| YUV | 101.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 81 | 0 | 0.60 | 0.53 | 0.33 | 353.01 | 0.43 | 0.47 |
| Hex | AC | 45 | 51 | 0 | 3C | 35 | 21 | 161 | 2B | 2F |
| Octal | 254 | 105 | 121 | 0 | 74 | 65 | 41 | 541 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1010001 | 0 | 111100 | 110101 | 100001 | 101100001 | 101011 | 101111 |
Color Harmonies of #AC4551
Complementary color
Monochromatic Colors of #AC4551
Black with #AC4551
Text Example
Text Example
White with #AC4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4551; }
p { color: rgb(172,69,81); }
H1.HeaderClassName
{
color: #AC4551;
}
.AnyTagClassName
{
color: #AC4551;
}
</style>
background-color css
<style>
a { background-color: #AC4551; }
a { background-color: rgb(172,69,81); }
div.DivClassName
{
background-color: #AC4551;
}
.BgClassName
{
background-color: #AC4551;
}
</style>
border-color css
<style>
span { border-color: #AC4551; }
span { border-color: rgb(172,69,81); }
td.TdClassName
{
border-color: #AC4551;
}
.TagClassName
{
border-color: #AC4551;
}
</style>