Shades of Hippie Pink #AA545C
Tints of Hippie Pink #AA545C
RGB
CMYK
RGB Variations
Color information
#AA545C (or 0xAA545C) is known color: Hippie Pink. HEX triplet: AA, 54 and 5C. RGB value is (170,84,92). Sum of RGB (Red+Green+Blue) = 170+84+92=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA545C is #55ABA3. Grayscale: #6E6E6E. Windows color (decimal): -5614500 or 6050986. OLE color: 6050986.
HSL color Cylindrical-coordinate representation of color #AA545C: hue angle of 354.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA545C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 92 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 354.42º | 0.34% | 0.5% | - |
| HSV(B) | 354.42º | 0.51% | 0.67% | - |
| XYZ | 21.68 | 15.66 | 12.01 | - |
| YUV | 110.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 92 | 0 | 0.51 | 0.46 | 0.33 | 354.42 | 0.34 | 0.5 |
| Hex | AA | 54 | 5C | 0 | 33 | 2E | 21 | 162 | 22 | 32 |
| Octal | 252 | 124 | 134 | 0 | 63 | 56 | 41 | 542 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1011100 | 0 | 110011 | 101110 | 100001 | 101100010 | 100010 | 110010 |
Color Harmonies of #AA545C
Complementary color
Monochromatic Colors of #AA545C
Black with #AA545C
Text Example
Text Example
White with #AA545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA545C; }
p { color: rgb(170,84,92); }
H1.HeaderClassName
{
color: #AA545C;
}
.AnyTagClassName
{
color: #AA545C;
}
</style>
background-color css
<style>
a { background-color: #AA545C; }
a { background-color: rgb(170,84,92); }
div.DivClassName
{
background-color: #AA545C;
}
.BgClassName
{
background-color: #AA545C;
}
</style>
border-color css
<style>
span { border-color: #AA545C; }
span { border-color: rgb(170,84,92); }
td.TdClassName
{
border-color: #AA545C;
}
.TagClassName
{
border-color: #AA545C;
}
</style>