Shades of Hippie Pink #AA4655
Tints of Hippie Pink #AA4655
RGB
CMYK
RGB Variations
Color information
#AA4655 (or 0xAA4655) is known color: Hippie Pink. HEX triplet: AA, 46 and 55. RGB value is (170,70,85). Sum of RGB (Red+Green+Blue) = 170+70+85=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4655 is #55B9AA. Grayscale: #656565. Windows color (decimal): -5618091 or 5588650. OLE color: 5588650.
HSL color Cylindrical-coordinate representation of color #AA4655: hue angle of 351º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4655 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 85 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.33 |
| HSL | 351º | 0.42% | 0.47% | - |
| HSV(B) | 351º | 0.59% | 0.67% | - |
| XYZ | 20.41 | 13.58 | 10.14 | - |
| YUV | 101.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 85 | 0 | 0.59 | 0.50 | 0.33 | 351 | 0.42 | 0.47 |
| Hex | AA | 46 | 55 | 0 | 3B | 32 | 21 | 15F | 2A | 2F |
| Octal | 252 | 106 | 125 | 0 | 73 | 62 | 41 | 537 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1010101 | 0 | 111011 | 110010 | 100001 | 101011111 | 101010 | 101111 |
Color Harmonies of #AA4655
Complementary color
Monochromatic Colors of #AA4655
Black with #AA4655
Text Example
Text Example
White with #AA4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4655; }
p { color: rgb(170,70,85); }
H1.HeaderClassName
{
color: #AA4655;
}
.AnyTagClassName
{
color: #AA4655;
}
</style>
background-color css
<style>
a { background-color: #AA4655; }
a { background-color: rgb(170,70,85); }
div.DivClassName
{
background-color: #AA4655;
}
.BgClassName
{
background-color: #AA4655;
}
</style>
border-color css
<style>
span { border-color: #AA4655; }
span { border-color: rgb(170,70,85); }
td.TdClassName
{
border-color: #AA4655;
}
.TagClassName
{
border-color: #AA4655;
}
</style>