Shades of Hippie Pink #AA4761
Tints of Hippie Pink #AA4761
RGB
CMYK
RGB Variations
Color information
#AA4761 (or 0xAA4761) is known color: Hippie Pink. HEX triplet: AA, 47 and 61. RGB value is (170,71,97). Sum of RGB (Red+Green+Blue) = 170+71+97=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4761 is #55B89E. Grayscale: #676767. Windows color (decimal): -5617823 or 6375338. OLE color: 6375338.
HSL color Cylindrical-coordinate representation of color #AA4761: hue angle of 344.24º degrees, saturation: 0.41, 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 #AA4761 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 97 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.33 |
| HSL | 344.24º | 0.41% | 0.47% | - |
| HSV(B) | 344.24º | 0.58% | 0.67% | - |
| XYZ | 20.99 | 13.92 | 12.89 | - |
| YUV | 103.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 97 | 0 | 0.58 | 0.43 | 0.33 | 344.24 | 0.41 | 0.47 |
| Hex | AA | 47 | 61 | 0 | 3A | 2B | 21 | 158 | 29 | 2F |
| Octal | 252 | 107 | 141 | 0 | 72 | 53 | 41 | 530 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1100001 | 0 | 111010 | 101011 | 100001 | 101011000 | 101001 | 101111 |
Color Harmonies of #AA4761
Complementary color
Monochromatic Colors of #AA4761
Black with #AA4761
Text Example
Text Example
White with #AA4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4761; }
p { color: rgb(170,71,97); }
H1.HeaderClassName
{
color: #AA4761;
}
.AnyTagClassName
{
color: #AA4761;
}
</style>
background-color css
<style>
a { background-color: #AA4761; }
a { background-color: rgb(170,71,97); }
div.DivClassName
{
background-color: #AA4761;
}
.BgClassName
{
background-color: #AA4761;
}
</style>
border-color css
<style>
span { border-color: #AA4761; }
span { border-color: rgb(170,71,97); }
td.TdClassName
{
border-color: #AA4761;
}
.TagClassName
{
border-color: #AA4761;
}
</style>