Shades of Hippie Pink #AA555B
Tints of Hippie Pink #AA555B
RGB
CMYK
RGB Variations
Color information
#AA555B (or 0xAA555B) is known color: Hippie Pink. HEX triplet: AA, 55 and 5B. RGB value is (170,85,91). Sum of RGB (Red+Green+Blue) = 170+85+91=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA555B is #55AAA4. Grayscale: #6F6F6F. Windows color (decimal): -5614245 or 5985706. OLE color: 5985706.
HSL color Cylindrical-coordinate representation of color #AA555B: hue angle of 355.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA555B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 91 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.33 |
| HSL | 355.76º | 0.33% | 0.5% | - |
| HSV(B) | 355.76º | 0.5% | 0.67% | - |
| XYZ | 21.71 | 15.8 | 11.8 | - |
| YUV | 111.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 91 | 0 | 0.50 | 0.46 | 0.33 | 355.76 | 0.33 | 0.5 |
| Hex | AA | 55 | 5B | 0 | 32 | 2E | 21 | 164 | 21 | 32 |
| Octal | 252 | 125 | 133 | 0 | 62 | 56 | 41 | 544 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1011011 | 0 | 110010 | 101110 | 100001 | 101100100 | 100001 | 110010 |
Color Harmonies of #AA555B
Complementary color
Monochromatic Colors of #AA555B
Black with #AA555B
Text Example
Text Example
White with #AA555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA555B; }
p { color: rgb(170,85,91); }
H1.HeaderClassName
{
color: #AA555B;
}
.AnyTagClassName
{
color: #AA555B;
}
</style>
background-color css
<style>
a { background-color: #AA555B; }
a { background-color: rgb(170,85,91); }
div.DivClassName
{
background-color: #AA555B;
}
.BgClassName
{
background-color: #AA555B;
}
</style>
border-color css
<style>
span { border-color: #AA555B; }
span { border-color: rgb(170,85,91); }
td.TdClassName
{
border-color: #AA555B;
}
.TagClassName
{
border-color: #AA555B;
}
</style>