Shades of Hippie Pink #AA505F
Tints of Hippie Pink #AA505F
RGB
CMYK
RGB Variations
Color information
#AA505F (or 0xAA505F) is known color: Hippie Pink. HEX triplet: AA, 50 and 5F. RGB value is (170,80,95). Sum of RGB (Red+Green+Blue) = 170+80+95=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA505F is #55AFA0. Grayscale: #6C6C6C. Windows color (decimal): -5615521 or 6246570. OLE color: 6246570.
HSL color Cylindrical-coordinate representation of color #AA505F: hue angle of 350º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA505F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 95 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.33 |
| HSL | 350º | 0.36% | 0.49% | - |
| HSV(B) | 350º | 0.53% | 0.67% | - |
| XYZ | 21.51 | 15.11 | 12.61 | - |
| YUV | 108.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 95 | 0 | 0.53 | 0.44 | 0.33 | 350 | 0.36 | 0.49 |
| Hex | AA | 50 | 5F | 0 | 35 | 2C | 21 | 15E | 24 | 31 |
| Octal | 252 | 120 | 137 | 0 | 65 | 54 | 41 | 536 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1011111 | 0 | 110101 | 101100 | 100001 | 101011110 | 100100 | 110001 |
Color Harmonies of #AA505F
Complementary color
Monochromatic Colors of #AA505F
Black with #AA505F
Text Example
Text Example
White with #AA505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA505F; }
p { color: rgb(170,80,95); }
H1.HeaderClassName
{
color: #AA505F;
}
.AnyTagClassName
{
color: #AA505F;
}
</style>
background-color css
<style>
a { background-color: #AA505F; }
a { background-color: rgb(170,80,95); }
div.DivClassName
{
background-color: #AA505F;
}
.BgClassName
{
background-color: #AA505F;
}
</style>
border-color css
<style>
span { border-color: #AA505F; }
span { border-color: rgb(170,80,95); }
td.TdClassName
{
border-color: #AA505F;
}
.TagClassName
{
border-color: #AA505F;
}
</style>