Shades of Hippie Pink #AA4450
Tints of Hippie Pink #AA4450
RGB
CMYK
RGB Variations
Color information
#AA4450 (or 0xAA4450) is known color: Hippie Pink. HEX triplet: AA, 44 and 50. RGB value is (170,68,80). Sum of RGB (Red+Green+Blue) = 170+68+80=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4450 is #55BBAF. Grayscale: #636363. Windows color (decimal): -5618608 or 5260458. OLE color: 5260458.
HSL color Cylindrical-coordinate representation of color #AA4450: hue angle of 352.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4450 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 80 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.33 |
| HSL | 352.94º | 0.43% | 0.47% | - |
| HSV(B) | 352.94º | 0.6% | 0.67% | - |
| XYZ | 20.09 | 13.26 | 9.09 | - |
| YUV | 99.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 80 | 0 | 0.6 | 0.53 | 0.33 | 352.94 | 0.43 | 0.47 |
| Hex | AA | 44 | 50 | 0 | 3C | 35 | 21 | 161 | 2B | 2F |
| Octal | 252 | 104 | 120 | 0 | 74 | 65 | 41 | 541 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1010000 | 0 | 111100 | 110101 | 100001 | 101100001 | 101011 | 101111 |
Color Harmonies of #AA4450
Complementary color
Monochromatic Colors of #AA4450
Black with #AA4450
Text Example
Text Example
White with #AA4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4450; }
p { color: rgb(170,68,80); }
H1.HeaderClassName
{
color: #AA4450;
}
.AnyTagClassName
{
color: #AA4450;
}
</style>
background-color css
<style>
a { background-color: #AA4450; }
a { background-color: rgb(170,68,80); }
div.DivClassName
{
background-color: #AA4450;
}
.BgClassName
{
background-color: #AA4450;
}
</style>
border-color css
<style>
span { border-color: #AA4450; }
span { border-color: rgb(170,68,80); }
td.TdClassName
{
border-color: #AA4450;
}
.TagClassName
{
border-color: #AA4450;
}
</style>