Shades of Hippie Pink #AA575C
Tints of Hippie Pink #AA575C
RGB
CMYK
RGB Variations
Color information
#AA575C (or 0xAA575C) is known color: Hippie Pink. HEX triplet: AA, 57 and 5C. RGB value is (170,87,92). Sum of RGB (Red+Green+Blue) = 170+87+92=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA575C is #55A8A3. Grayscale: #707070. Windows color (decimal): -5613732 or 6051754. OLE color: 6051754.
HSL color Cylindrical-coordinate representation of color #AA575C: hue angle of 356.39º 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 #AA575C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 92 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.33 |
| HSL | 356.39º | 0.33% | 0.5% | - |
| HSV(B) | 356.39º | 0.49% | 0.67% | - |
| XYZ | 21.92 | 16.14 | 12.08 | - |
| YUV | 112.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 92 | 0 | 0.49 | 0.46 | 0.33 | 356.39 | 0.33 | 0.5 |
| Hex | AA | 57 | 5C | 0 | 31 | 2E | 21 | 164 | 21 | 32 |
| Octal | 252 | 127 | 134 | 0 | 61 | 56 | 41 | 544 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1011100 | 0 | 110001 | 101110 | 100001 | 101100100 | 100001 | 110010 |
Color Harmonies of #AA575C
Complementary color
Monochromatic Colors of #AA575C
Black with #AA575C
Text Example
Text Example
White with #AA575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA575C; }
p { color: rgb(170,87,92); }
H1.HeaderClassName
{
color: #AA575C;
}
.AnyTagClassName
{
color: #AA575C;
}
</style>
background-color css
<style>
a { background-color: #AA575C; }
a { background-color: rgb(170,87,92); }
div.DivClassName
{
background-color: #AA575C;
}
.BgClassName
{
background-color: #AA575C;
}
</style>
border-color css
<style>
span { border-color: #AA575C; }
span { border-color: rgb(170,87,92); }
td.TdClassName
{
border-color: #AA575C;
}
.TagClassName
{
border-color: #AA575C;
}
</style>