Shades of Hippie Pink #AA4852
Tints of Hippie Pink #AA4852
RGB
CMYK
RGB Variations
Color information
#AA4852 (or 0xAA4852) is known color: Hippie Pink. HEX triplet: AA, 48 and 52. RGB value is (170,72,82). Sum of RGB (Red+Green+Blue) = 170+72+82=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4852 is #55B7AD. Grayscale: #666666. Windows color (decimal): -5617582 or 5392554. OLE color: 5392554.
HSL color Cylindrical-coordinate representation of color #AA4852: hue angle of 353.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4852 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 82 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.33 |
| HSL | 353.88º | 0.4% | 0.47% | - |
| HSV(B) | 353.88º | 0.58% | 0.67% | - |
| XYZ | 20.42 | 13.79 | 9.57 | - |
| YUV | 102.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 82 | 0 | 0.58 | 0.52 | 0.33 | 353.88 | 0.4 | 0.47 |
| Hex | AA | 48 | 52 | 0 | 3A | 34 | 21 | 162 | 28 | 2F |
| Octal | 252 | 110 | 122 | 0 | 72 | 64 | 41 | 542 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1010010 | 0 | 111010 | 110100 | 100001 | 101100010 | 101000 | 101111 |
Color Harmonies of #AA4852
Complementary color
Monochromatic Colors of #AA4852
Black with #AA4852
Text Example
Text Example
White with #AA4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4852; }
p { color: rgb(170,72,82); }
H1.HeaderClassName
{
color: #AA4852;
}
.AnyTagClassName
{
color: #AA4852;
}
</style>
background-color css
<style>
a { background-color: #AA4852; }
a { background-color: rgb(170,72,82); }
div.DivClassName
{
background-color: #AA4852;
}
.BgClassName
{
background-color: #AA4852;
}
</style>
border-color css
<style>
span { border-color: #AA4852; }
span { border-color: rgb(170,72,82); }
td.TdClassName
{
border-color: #AA4852;
}
.TagClassName
{
border-color: #AA4852;
}
</style>