Shades of Hippie Pink #AA575B
Tints of Hippie Pink #AA575B
RGB
CMYK
RGB Variations
Color information
#AA575B (or 0xAA575B) is known color: Hippie Pink. HEX triplet: AA, 57 and 5B. RGB value is (170,87,91). Sum of RGB (Red+Green+Blue) = 170+87+91=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA575B is #55A8A4. Grayscale: #707070. Windows color (decimal): -5613733 or 5986218. OLE color: 5986218.
HSL color Cylindrical-coordinate representation of color #AA575B: hue angle of 357.11º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA575B is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 91 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.33 |
| HSL | 357.11º | 0.33% | 0.5% | - |
| HSV(B) | 357.11º | 0.49% | 0.67% | - |
| XYZ | 21.87 | 16.12 | 11.86 | - |
| YUV | 112.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 91 | 0 | 0.49 | 0.46 | 0.33 | 357.11 | 0.33 | 0.5 |
| Hex | AA | 57 | 5B | 0 | 31 | 2E | 21 | 165 | 21 | 32 |
| Octal | 252 | 127 | 133 | 0 | 61 | 56 | 41 | 545 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1011011 | 0 | 110001 | 101110 | 100001 | 101100101 | 100001 | 110010 |
Color Harmonies of #AA575B
Complementary color
Monochromatic Colors of #AA575B
Black with #AA575B
Text Example
Text Example
White with #AA575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA575B; }
p { color: rgb(170,87,91); }
H1.HeaderClassName
{
color: #AA575B;
}
.AnyTagClassName
{
color: #AA575B;
}
</style>
background-color css
<style>
a { background-color: #AA575B; }
a { background-color: rgb(170,87,91); }
div.DivClassName
{
background-color: #AA575B;
}
.BgClassName
{
background-color: #AA575B;
}
</style>
border-color css
<style>
span { border-color: #AA575B; }
span { border-color: rgb(170,87,91); }
td.TdClassName
{
border-color: #AA575B;
}
.TagClassName
{
border-color: #AA575B;
}
</style>