Shades of Hippie Pink #AA525A
Tints of Hippie Pink #AA525A
RGB
CMYK
RGB Variations
Color information
#AA525A (or 0xAA525A) is known color: Hippie Pink. HEX triplet: AA, 52 and 5A. RGB value is (170,82,90). Sum of RGB (Red+Green+Blue) = 170+82+90=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525A is #55ADA5. Grayscale: #6D6D6D. Windows color (decimal): -5615014 or 5919402. OLE color: 5919402.
HSL color Cylindrical-coordinate representation of color #AA525A: hue angle of 354.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA525A is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 90 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.33 |
| HSL | 354.55º | 0.35% | 0.49% | - |
| HSV(B) | 354.55º | 0.52% | 0.67% | - |
| XYZ | 21.44 | 15.32 | 11.5 | - |
| YUV | 109.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 90 | 0 | 0.52 | 0.47 | 0.33 | 354.55 | 0.35 | 0.49 |
| Hex | AA | 52 | 5A | 0 | 34 | 2F | 21 | 163 | 23 | 31 |
| Octal | 252 | 122 | 132 | 0 | 64 | 57 | 41 | 543 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1011010 | 0 | 110100 | 101111 | 100001 | 101100011 | 100011 | 110001 |
Color Harmonies of #AA525A
Complementary color
Monochromatic Colors of #AA525A
Black with #AA525A
Text Example
Text Example
White with #AA525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA525A; }
p { color: rgb(170,82,90); }
H1.HeaderClassName
{
color: #AA525A;
}
.AnyTagClassName
{
color: #AA525A;
}
</style>
background-color css
<style>
a { background-color: #AA525A; }
a { background-color: rgb(170,82,90); }
div.DivClassName
{
background-color: #AA525A;
}
.BgClassName
{
background-color: #AA525A;
}
</style>
border-color css
<style>
span { border-color: #AA525A; }
span { border-color: rgb(170,82,90); }
td.TdClassName
{
border-color: #AA525A;
}
.TagClassName
{
border-color: #AA525A;
}
</style>