Shades of Hippie Pink #AA4255
Tints of Hippie Pink #AA4255
RGB
CMYK
RGB Variations
Color information
#AA4255 (or 0xAA4255) is known color: Hippie Pink. HEX triplet: AA, 42 and 55. RGB value is (170,66,85). Sum of RGB (Red+Green+Blue) = 170+66+85=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4255 is #55BDAA. Grayscale: #636363. Windows color (decimal): -5619115 or 5587626. OLE color: 5587626.
HSL color Cylindrical-coordinate representation of color #AA4255: hue angle of 349.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4255 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 85 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.33 |
| HSL | 349.04º | 0.44% | 0.46% | - |
| HSV(B) | 349.04º | 0.61% | 0.67% | - |
| XYZ | 20.17 | 13.1 | 10.06 | - |
| YUV | 99.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 85 | 0 | 0.61 | 0.50 | 0.33 | 349.04 | 0.44 | 0.46 |
| Hex | AA | 42 | 55 | 0 | 3D | 32 | 21 | 15D | 2C | 2E |
| Octal | 252 | 102 | 125 | 0 | 75 | 62 | 41 | 535 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1010101 | 0 | 111101 | 110010 | 100001 | 101011101 | 101100 | 101110 |
Color Harmonies of #AA4255
Complementary color
Monochromatic Colors of #AA4255
Black with #AA4255
Text Example
Text Example
White with #AA4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4255; }
p { color: rgb(170,66,85); }
H1.HeaderClassName
{
color: #AA4255;
}
.AnyTagClassName
{
color: #AA4255;
}
</style>
background-color css
<style>
a { background-color: #AA4255; }
a { background-color: rgb(170,66,85); }
div.DivClassName
{
background-color: #AA4255;
}
.BgClassName
{
background-color: #AA4255;
}
</style>
border-color css
<style>
span { border-color: #AA4255; }
span { border-color: rgb(170,66,85); }
td.TdClassName
{
border-color: #AA4255;
}
.TagClassName
{
border-color: #AA4255;
}
</style>