Shades of Hippie Pink #AA555D
Tints of Hippie Pink #AA555D
RGB
CMYK
RGB Variations
Color information
#AA555D (or 0xAA555D) is known color: Hippie Pink. HEX triplet: AA, 55 and 5D. RGB value is (170,85,93). Sum of RGB (Red+Green+Blue) = 170+85+93=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA555D is #55AAA2. Grayscale: #6F6F6F. Windows color (decimal): -5614243 or 6116778. OLE color: 6116778.
HSL color Cylindrical-coordinate representation of color #AA555D: hue angle of 354.35º 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 #AA555D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 93 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.33 |
| HSL | 354.35º | 0.33% | 0.5% | - |
| HSV(B) | 354.35º | 0.5% | 0.67% | - |
| XYZ | 21.8 | 15.83 | 12.26 | - |
| YUV | 111.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 93 | 0 | 0.50 | 0.45 | 0.33 | 354.35 | 0.33 | 0.5 |
| Hex | AA | 55 | 5D | 0 | 32 | 2D | 21 | 162 | 21 | 32 |
| Octal | 252 | 125 | 135 | 0 | 62 | 55 | 41 | 542 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1011101 | 0 | 110010 | 101101 | 100001 | 101100010 | 100001 | 110010 |
Color Harmonies of #AA555D
Complementary color
Monochromatic Colors of #AA555D
Black with #AA555D
Text Example
Text Example
White with #AA555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA555D; }
p { color: rgb(170,85,93); }
H1.HeaderClassName
{
color: #AA555D;
}
.AnyTagClassName
{
color: #AA555D;
}
</style>
background-color css
<style>
a { background-color: #AA555D; }
a { background-color: rgb(170,85,93); }
div.DivClassName
{
background-color: #AA555D;
}
.BgClassName
{
background-color: #AA555D;
}
</style>
border-color css
<style>
span { border-color: #AA555D; }
span { border-color: rgb(170,85,93); }
td.TdClassName
{
border-color: #AA555D;
}
.TagClassName
{
border-color: #AA555D;
}
</style>