Shades of Hippie Pink #AA535B
Tints of Hippie Pink #AA535B
RGB
CMYK
RGB Variations
Color information
#AA535B (or 0xAA535B) is known color: Hippie Pink. HEX triplet: AA, 53 and 5B. RGB value is (170,83,91). Sum of RGB (Red+Green+Blue) = 170+83+91=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA535B is #55ACA4. Grayscale: #6D6D6D. Windows color (decimal): -5614757 or 5985194. OLE color: 5985194.
HSL color Cylindrical-coordinate representation of color #AA535B: hue angle of 354.48º 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 #AA535B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 91 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 354.48º | 0.34% | 0.5% | - |
| HSV(B) | 354.48º | 0.51% | 0.67% | - |
| XYZ | 21.56 | 15.49 | 11.75 | - |
| YUV | 109.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 91 | 0 | 0.51 | 0.46 | 0.33 | 354.48 | 0.34 | 0.5 |
| Hex | AA | 53 | 5B | 0 | 33 | 2E | 21 | 162 | 22 | 32 |
| Octal | 252 | 123 | 133 | 0 | 63 | 56 | 41 | 542 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1011011 | 0 | 110011 | 101110 | 100001 | 101100010 | 100010 | 110010 |
Color Harmonies of #AA535B
Complementary color
Monochromatic Colors of #AA535B
Black with #AA535B
Text Example
Text Example
White with #AA535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA535B; }
p { color: rgb(170,83,91); }
H1.HeaderClassName
{
color: #AA535B;
}
.AnyTagClassName
{
color: #AA535B;
}
</style>
background-color css
<style>
a { background-color: #AA535B; }
a { background-color: rgb(170,83,91); }
div.DivClassName
{
background-color: #AA535B;
}
.BgClassName
{
background-color: #AA535B;
}
</style>
border-color css
<style>
span { border-color: #AA535B; }
span { border-color: rgb(170,83,91); }
td.TdClassName
{
border-color: #AA535B;
}
.TagClassName
{
border-color: #AA535B;
}
</style>