Shades of Hippie Pink #AA475A
Tints of Hippie Pink #AA475A
RGB
CMYK
RGB Variations
Color information
#AA475A (or 0xAA475A) is known color: Hippie Pink. HEX triplet: AA, 47 and 5A. RGB value is (170,71,90). Sum of RGB (Red+Green+Blue) = 170+71+90=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA475A is #55B8A5. Grayscale: #666666. Windows color (decimal): -5617830 or 5916586. OLE color: 5916586.
HSL color Cylindrical-coordinate representation of color #AA475A: hue angle of 348.48º 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 #AA475A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 90 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.33 |
| HSL | 348.48º | 0.41% | 0.47% | - |
| HSV(B) | 348.48º | 0.58% | 0.67% | - |
| XYZ | 20.68 | 13.79 | 11.24 | - |
| YUV | 102.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 90 | 0 | 0.58 | 0.47 | 0.33 | 348.48 | 0.41 | 0.47 |
| Hex | AA | 47 | 5A | 0 | 3A | 2F | 21 | 15C | 29 | 2F |
| Octal | 252 | 107 | 132 | 0 | 72 | 57 | 41 | 534 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1011010 | 0 | 111010 | 101111 | 100001 | 101011100 | 101001 | 101111 |
Color Harmonies of #AA475A
Complementary color
Monochromatic Colors of #AA475A
Black with #AA475A
Text Example
Text Example
White with #AA475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA475A; }
p { color: rgb(170,71,90); }
H1.HeaderClassName
{
color: #AA475A;
}
.AnyTagClassName
{
color: #AA475A;
}
</style>
background-color css
<style>
a { background-color: #AA475A; }
a { background-color: rgb(170,71,90); }
div.DivClassName
{
background-color: #AA475A;
}
.BgClassName
{
background-color: #AA475A;
}
</style>
border-color css
<style>
span { border-color: #AA475A; }
span { border-color: rgb(170,71,90); }
td.TdClassName
{
border-color: #AA475A;
}
.TagClassName
{
border-color: #AA475A;
}
</style>