Shades of Hippie Pink #AA474A
Tints of Hippie Pink #AA474A
RGB
CMYK
RGB Variations
Color information
#AA474A (or 0xAA474A) is known color: Hippie Pink. HEX triplet: AA, 47 and 4A. RGB value is (170,71,74). Sum of RGB (Red+Green+Blue) = 170+71+74=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA474A is #55B8B5. Grayscale: #656565. Windows color (decimal): -5617846 or 4868010. OLE color: 4868010.
HSL color Cylindrical-coordinate representation of color #AA474A: hue angle of 358.18º 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 #AA474A is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 74 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.33 |
| HSL | 358.18º | 0.41% | 0.47% | - |
| HSV(B) | 358.18º | 0.58% | 0.67% | - |
| XYZ | 20.07 | 13.55 | 8.04 | - |
| YUV | 100.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 74 | 0 | 0.58 | 0.56 | 0.33 | 358.18 | 0.41 | 0.47 |
| Hex | AA | 47 | 4A | 0 | 3A | 38 | 21 | 166 | 29 | 2F |
| Octal | 252 | 107 | 112 | 0 | 72 | 70 | 41 | 546 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1001010 | 0 | 111010 | 111000 | 100001 | 101100110 | 101001 | 101111 |
Color Harmonies of #AA474A
Complementary color
Monochromatic Colors of #AA474A
Black with #AA474A
Text Example
Text Example
White with #AA474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA474A; }
p { color: rgb(170,71,74); }
H1.HeaderClassName
{
color: #AA474A;
}
.AnyTagClassName
{
color: #AA474A;
}
</style>
background-color css
<style>
a { background-color: #AA474A; }
a { background-color: rgb(170,71,74); }
div.DivClassName
{
background-color: #AA474A;
}
.BgClassName
{
background-color: #AA474A;
}
</style>
border-color css
<style>
span { border-color: #AA474A; }
span { border-color: rgb(170,71,74); }
td.TdClassName
{
border-color: #AA474A;
}
.TagClassName
{
border-color: #AA474A;
}
</style>