Shades of Hippie Pink #AA5053
Tints of Hippie Pink #AA5053
RGB
CMYK
RGB Variations
Color information
#AA5053 (or 0xAA5053) is known color: Hippie Pink. HEX triplet: AA, 50 and 53. RGB value is (170,80,83). Sum of RGB (Red+Green+Blue) = 170+80+83=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5053 is #55AFAC. Grayscale: #6B6B6B. Windows color (decimal): -5615533 or 5460138. OLE color: 5460138.
HSL color Cylindrical-coordinate representation of color #AA5053: hue angle of 358º degrees, saturation: 0.36, 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 #AA5053 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 83 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.33 |
| HSL | 358º | 0.36% | 0.49% | - |
| HSV(B) | 358º | 0.53% | 0.67% | - |
| XYZ | 21.01 | 14.91 | 9.95 | - |
| YUV | 107.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 83 | 0 | 0.53 | 0.51 | 0.33 | 358 | 0.36 | 0.49 |
| Hex | AA | 50 | 53 | 0 | 35 | 33 | 21 | 166 | 24 | 31 |
| Octal | 252 | 120 | 123 | 0 | 65 | 63 | 41 | 546 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1010011 | 0 | 110101 | 110011 | 100001 | 101100110 | 100100 | 110001 |
Color Harmonies of #AA5053
Complementary color
Monochromatic Colors of #AA5053
Black with #AA5053
Text Example
Text Example
White with #AA5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5053; }
p { color: rgb(170,80,83); }
H1.HeaderClassName
{
color: #AA5053;
}
.AnyTagClassName
{
color: #AA5053;
}
</style>
background-color css
<style>
a { background-color: #AA5053; }
a { background-color: rgb(170,80,83); }
div.DivClassName
{
background-color: #AA5053;
}
.BgClassName
{
background-color: #AA5053;
}
</style>
border-color css
<style>
span { border-color: #AA5053; }
span { border-color: rgb(170,80,83); }
td.TdClassName
{
border-color: #AA5053;
}
.TagClassName
{
border-color: #AA5053;
}
</style>