Shades of Hippie Pink #AA4952
Tints of Hippie Pink #AA4952
RGB
CMYK
RGB Variations
Color information
#AA4952 (or 0xAA4952) is known color: Hippie Pink. HEX triplet: AA, 49 and 52. RGB value is (170,73,82). Sum of RGB (Red+Green+Blue) = 170+73+82=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4952 is #55B6AD. Grayscale: #676767. Windows color (decimal): -5617326 or 5392810. OLE color: 5392810.
HSL color Cylindrical-coordinate representation of color #AA4952: hue angle of 354.43º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4952 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 82 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.33 |
| HSL | 354.43º | 0.4% | 0.48% | - |
| HSV(B) | 354.43º | 0.57% | 0.67% | - |
| XYZ | 20.48 | 13.92 | 9.59 | - |
| YUV | 103.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 82 | 0 | 0.57 | 0.52 | 0.33 | 354.43 | 0.4 | 0.48 |
| Hex | AA | 49 | 52 | 0 | 39 | 34 | 21 | 162 | 28 | 30 |
| Octal | 252 | 111 | 122 | 0 | 71 | 64 | 41 | 542 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1010010 | 0 | 111001 | 110100 | 100001 | 101100010 | 101000 | 110000 |
Color Harmonies of #AA4952
Complementary color
Monochromatic Colors of #AA4952
Black with #AA4952
Text Example
Text Example
White with #AA4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4952; }
p { color: rgb(170,73,82); }
H1.HeaderClassName
{
color: #AA4952;
}
.AnyTagClassName
{
color: #AA4952;
}
</style>
background-color css
<style>
a { background-color: #AA4952; }
a { background-color: rgb(170,73,82); }
div.DivClassName
{
background-color: #AA4952;
}
.BgClassName
{
background-color: #AA4952;
}
</style>
border-color css
<style>
span { border-color: #AA4952; }
span { border-color: rgb(170,73,82); }
td.TdClassName
{
border-color: #AA4952;
}
.TagClassName
{
border-color: #AA4952;
}
</style>