Shades of Hippie Pink #AA4552
Tints of Hippie Pink #AA4552
RGB
CMYK
RGB Variations
Color information
#AA4552 (or 0xAA4552) is known color: Hippie Pink. HEX triplet: AA, 45 and 52. RGB value is (170,69,82). Sum of RGB (Red+Green+Blue) = 170+69+82=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4552 is #55BAAD. Grayscale: #646464. Windows color (decimal): -5618350 or 5391786. OLE color: 5391786.
HSL color Cylindrical-coordinate representation of color #AA4552: hue angle of 352.28º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4552 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 82 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.33 |
| HSL | 352.28º | 0.42% | 0.47% | - |
| HSV(B) | 352.28º | 0.59% | 0.67% | - |
| XYZ | 20.23 | 13.41 | 9.51 | - |
| YUV | 100.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 82 | 0 | 0.59 | 0.52 | 0.33 | 352.28 | 0.42 | 0.47 |
| Hex | AA | 45 | 52 | 0 | 3B | 34 | 21 | 160 | 2A | 2F |
| Octal | 252 | 105 | 122 | 0 | 73 | 64 | 41 | 540 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1010010 | 0 | 111011 | 110100 | 100001 | 101100000 | 101010 | 101111 |
Color Harmonies of #AA4552
Complementary color
Monochromatic Colors of #AA4552
Black with #AA4552
Text Example
Text Example
White with #AA4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4552; }
p { color: rgb(170,69,82); }
H1.HeaderClassName
{
color: #AA4552;
}
.AnyTagClassName
{
color: #AA4552;
}
</style>
background-color css
<style>
a { background-color: #AA4552; }
a { background-color: rgb(170,69,82); }
div.DivClassName
{
background-color: #AA4552;
}
.BgClassName
{
background-color: #AA4552;
}
</style>
border-color css
<style>
span { border-color: #AA4552; }
span { border-color: rgb(170,69,82); }
td.TdClassName
{
border-color: #AA4552;
}
.TagClassName
{
border-color: #AA4552;
}
</style>