Shades of Hippie Pink #AA585B
Tints of Hippie Pink #AA585B
RGB
CMYK
RGB Variations
Color information
#AA585B (or 0xAA585B) is known color: Hippie Pink. HEX triplet: AA, 58 and 5B. RGB value is (170,88,91). Sum of RGB (Red+Green+Blue) = 170+88+91=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA585B is #55A7A4. Grayscale: #707070. Windows color (decimal): -5613477 or 5986474. OLE color: 5986474.
HSL color Cylindrical-coordinate representation of color #AA585B: hue angle of 357.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA585B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 91 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.33 |
| HSL | 357.8º | 0.33% | 0.51% | - |
| HSV(B) | 357.8º | 0.48% | 0.67% | - |
| XYZ | 21.96 | 16.28 | 11.88 | - |
| YUV | 112.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 91 | 0 | 0.48 | 0.46 | 0.33 | 357.8 | 0.33 | 0.51 |
| Hex | AA | 58 | 5B | 0 | 30 | 2E | 21 | 166 | 21 | 33 |
| Octal | 252 | 130 | 133 | 0 | 60 | 56 | 41 | 546 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1011011 | 0 | 110000 | 101110 | 100001 | 101100110 | 100001 | 110011 |
Color Harmonies of #AA585B
Complementary color
Monochromatic Colors of #AA585B
Black with #AA585B
Text Example
Text Example
White with #AA585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA585B; }
p { color: rgb(170,88,91); }
H1.HeaderClassName
{
color: #AA585B;
}
.AnyTagClassName
{
color: #AA585B;
}
</style>
background-color css
<style>
a { background-color: #AA585B; }
a { background-color: rgb(170,88,91); }
div.DivClassName
{
background-color: #AA585B;
}
.BgClassName
{
background-color: #AA585B;
}
</style>
border-color css
<style>
span { border-color: #AA585B; }
span { border-color: rgb(170,88,91); }
td.TdClassName
{
border-color: #AA585B;
}
.TagClassName
{
border-color: #AA585B;
}
</style>