Shades of Hippie Pink #AA5255
Tints of Hippie Pink #AA5255
RGB
CMYK
RGB Variations
Color information
#AA5255 (or 0xAA5255) is known color: Hippie Pink. HEX triplet: AA, 52 and 55. RGB value is (170,82,85). Sum of RGB (Red+Green+Blue) = 170+82+85=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5255 is #55ADAA. Grayscale: #6C6C6C. Windows color (decimal): -5615019 or 5591722. OLE color: 5591722.
HSL color Cylindrical-coordinate representation of color #AA5255: hue angle of 357.95º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5255 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 85 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.33 |
| HSL | 357.95º | 0.35% | 0.49% | - |
| HSV(B) | 357.95º | 0.52% | 0.67% | - |
| XYZ | 21.23 | 15.24 | 10.42 | - |
| YUV | 108.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 85 | 0 | 0.52 | 0.50 | 0.33 | 357.95 | 0.35 | 0.49 |
| Hex | AA | 52 | 55 | 0 | 34 | 32 | 21 | 166 | 23 | 31 |
| Octal | 252 | 122 | 125 | 0 | 64 | 62 | 41 | 546 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1010101 | 0 | 110100 | 110010 | 100001 | 101100110 | 100011 | 110001 |
Color Harmonies of #AA5255
Complementary color
Monochromatic Colors of #AA5255
Black with #AA5255
Text Example
Text Example
White with #AA5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5255; }
p { color: rgb(170,82,85); }
H1.HeaderClassName
{
color: #AA5255;
}
.AnyTagClassName
{
color: #AA5255;
}
</style>
background-color css
<style>
a { background-color: #AA5255; }
a { background-color: rgb(170,82,85); }
div.DivClassName
{
background-color: #AA5255;
}
.BgClassName
{
background-color: #AA5255;
}
</style>
border-color css
<style>
span { border-color: #AA5255; }
span { border-color: rgb(170,82,85); }
td.TdClassName
{
border-color: #AA5255;
}
.TagClassName
{
border-color: #AA5255;
}
</style>