Shades of Hippie Pink #AA4652
Tints of Hippie Pink #AA4652
RGB
CMYK
RGB Variations
Color information
#AA4652 (or 0xAA4652) is known color: Hippie Pink. HEX triplet: AA, 46 and 52. RGB value is (170,70,82). Sum of RGB (Red+Green+Blue) = 170+70+82=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4652 is #55B9AD. Grayscale: #656565. Windows color (decimal): -5618094 or 5392042. OLE color: 5392042.
HSL color Cylindrical-coordinate representation of color #AA4652: hue angle of 352.8º 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 #AA4652 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 82 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.33 |
| HSL | 352.8º | 0.42% | 0.47% | - |
| HSV(B) | 352.8º | 0.59% | 0.67% | - |
| XYZ | 20.29 | 13.54 | 9.53 | - |
| YUV | 101.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 82 | 0 | 0.59 | 0.52 | 0.33 | 352.8 | 0.42 | 0.47 |
| Hex | AA | 46 | 52 | 0 | 3B | 34 | 21 | 161 | 2A | 2F |
| Octal | 252 | 106 | 122 | 0 | 73 | 64 | 41 | 541 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1010010 | 0 | 111011 | 110100 | 100001 | 101100001 | 101010 | 101111 |
Color Harmonies of #AA4652
Complementary color
Monochromatic Colors of #AA4652
Black with #AA4652
Text Example
Text Example
White with #AA4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4652; }
p { color: rgb(170,70,82); }
H1.HeaderClassName
{
color: #AA4652;
}
.AnyTagClassName
{
color: #AA4652;
}
</style>
background-color css
<style>
a { background-color: #AA4652; }
a { background-color: rgb(170,70,82); }
div.DivClassName
{
background-color: #AA4652;
}
.BgClassName
{
background-color: #AA4652;
}
</style>
border-color css
<style>
span { border-color: #AA4652; }
span { border-color: rgb(170,70,82); }
td.TdClassName
{
border-color: #AA4652;
}
.TagClassName
{
border-color: #AA4652;
}
</style>