Shades of Hippie Pink #AC5053
Tints of Hippie Pink #AC5053
RGB
CMYK
RGB Variations
Color information
#AC5053 (or 0xAC5053) is known color: Hippie Pink. HEX triplet: AC, 50 and 53. RGB value is (172,80,83). Sum of RGB (Red+Green+Blue) = 172+80+83=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5053 is #53AFAC. Grayscale: #6B6B6B. Windows color (decimal): -5484461 or 5460140. OLE color: 5460140.
HSL color Cylindrical-coordinate representation of color #AC5053: hue angle of 358.04º 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 #AC5053 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 83 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.33 |
| HSL | 358.04º | 0.37% | 0.49% | - |
| HSV(B) | 358.04º | 0.53% | 0.67% | - |
| XYZ | 21.44 | 15.13 | 9.97 | - |
| YUV | 107.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 83 | 0 | 0.53 | 0.52 | 0.33 | 358.04 | 0.37 | 0.49 |
| Hex | AC | 50 | 53 | 0 | 35 | 34 | 21 | 166 | 25 | 31 |
| Octal | 254 | 120 | 123 | 0 | 65 | 64 | 41 | 546 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1010011 | 0 | 110101 | 110100 | 100001 | 101100110 | 100101 | 110001 |
Color Harmonies of #AC5053
Complementary color
Monochromatic Colors of #AC5053
Black with #AC5053
Text Example
Text Example
White with #AC5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5053; }
p { color: rgb(172,80,83); }
H1.HeaderClassName
{
color: #AC5053;
}
.AnyTagClassName
{
color: #AC5053;
}
</style>
background-color css
<style>
a { background-color: #AC5053; }
a { background-color: rgb(172,80,83); }
div.DivClassName
{
background-color: #AC5053;
}
.BgClassName
{
background-color: #AC5053;
}
</style>
border-color css
<style>
span { border-color: #AC5053; }
span { border-color: rgb(172,80,83); }
td.TdClassName
{
border-color: #AC5053;
}
.TagClassName
{
border-color: #AC5053;
}
</style>