Shades of Hippie Pink #AA4962
Tints of Hippie Pink #AA4962
RGB
CMYK
RGB Variations
Color information
#AA4962 (or 0xAA4962) is known color: Hippie Pink. HEX triplet: AA, 49 and 62. RGB value is (170,73,98). Sum of RGB (Red+Green+Blue) = 170+73+98=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4962 is #55B69D. Grayscale: #686868. Windows color (decimal): -5617310 or 6441386. OLE color: 6441386.
HSL color Cylindrical-coordinate representation of color #AA4962: hue angle of 344.54º 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 #AA4962 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 98 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.33 |
| HSL | 344.54º | 0.4% | 0.48% | - |
| HSV(B) | 344.54º | 0.57% | 0.67% | - |
| XYZ | 21.16 | 14.19 | 13.18 | - |
| YUV | 104.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 98 | 0 | 0.57 | 0.42 | 0.33 | 344.54 | 0.4 | 0.48 |
| Hex | AA | 49 | 62 | 0 | 39 | 2A | 21 | 159 | 28 | 30 |
| Octal | 252 | 111 | 142 | 0 | 71 | 52 | 41 | 531 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1100010 | 0 | 111001 | 101010 | 100001 | 101011001 | 101000 | 110000 |
Color Harmonies of #AA4962
Complementary color
Monochromatic Colors of #AA4962
Black with #AA4962
Text Example
Text Example
White with #AA4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4962; }
p { color: rgb(170,73,98); }
H1.HeaderClassName
{
color: #AA4962;
}
.AnyTagClassName
{
color: #AA4962;
}
</style>
background-color css
<style>
a { background-color: #AA4962; }
a { background-color: rgb(170,73,98); }
div.DivClassName
{
background-color: #AA4962;
}
.BgClassName
{
background-color: #AA4962;
}
</style>
border-color css
<style>
span { border-color: #AA4962; }
span { border-color: rgb(170,73,98); }
td.TdClassName
{
border-color: #AA4962;
}
.TagClassName
{
border-color: #AA4962;
}
</style>