Shades of Hippie Pink #AA505C
Tints of Hippie Pink #AA505C
RGB
CMYK
RGB Variations
Color information
#AA505C (or 0xAA505C) is known color: Hippie Pink. HEX triplet: AA, 50 and 5C. RGB value is (170,80,92). Sum of RGB (Red+Green+Blue) = 170+80+92=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA505C is #55AFA3. Grayscale: #6C6C6C. Windows color (decimal): -5615524 or 6049962. OLE color: 6049962.
HSL color Cylindrical-coordinate representation of color #AA505C: hue angle of 352º 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 #AA505C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 92 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.33 |
| HSL | 352º | 0.36% | 0.49% | - |
| HSV(B) | 352º | 0.53% | 0.67% | - |
| XYZ | 21.38 | 15.06 | 11.9 | - |
| YUV | 108.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 92 | 0 | 0.53 | 0.46 | 0.33 | 352 | 0.36 | 0.49 |
| Hex | AA | 50 | 5C | 0 | 35 | 2E | 21 | 160 | 24 | 31 |
| Octal | 252 | 120 | 134 | 0 | 65 | 56 | 41 | 540 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1011100 | 0 | 110101 | 101110 | 100001 | 101100000 | 100100 | 110001 |
Color Harmonies of #AA505C
Complementary color
Monochromatic Colors of #AA505C
Black with #AA505C
Text Example
Text Example
White with #AA505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA505C; }
p { color: rgb(170,80,92); }
H1.HeaderClassName
{
color: #AA505C;
}
.AnyTagClassName
{
color: #AA505C;
}
</style>
background-color css
<style>
a { background-color: #AA505C; }
a { background-color: rgb(170,80,92); }
div.DivClassName
{
background-color: #AA505C;
}
.BgClassName
{
background-color: #AA505C;
}
</style>
border-color css
<style>
span { border-color: #AA505C; }
span { border-color: rgb(170,80,92); }
td.TdClassName
{
border-color: #AA505C;
}
.TagClassName
{
border-color: #AA505C;
}
</style>