Shades of Hippie Pink #AA525D
Tints of Hippie Pink #AA525D
RGB
CMYK
RGB Variations
Color information
#AA525D (or 0xAA525D) is known color: Hippie Pink. HEX triplet: AA, 52 and 5D. RGB value is (170,82,93). Sum of RGB (Red+Green+Blue) = 170+82+93=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525D is #55ADA2. Grayscale: #6D6D6D. Windows color (decimal): -5615011 or 6116010. OLE color: 6116010.
HSL color Cylindrical-coordinate representation of color #AA525D: hue angle of 352.5º 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 #AA525D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 93 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.33 |
| HSL | 352.5º | 0.35% | 0.49% | - |
| HSV(B) | 352.5º | 0.52% | 0.67% | - |
| XYZ | 21.57 | 15.37 | 12.19 | - |
| YUV | 109.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 93 | 0 | 0.52 | 0.45 | 0.33 | 352.5 | 0.35 | 0.49 |
| Hex | AA | 52 | 5D | 0 | 34 | 2D | 21 | 160 | 23 | 31 |
| Octal | 252 | 122 | 135 | 0 | 64 | 55 | 41 | 540 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1011101 | 0 | 110100 | 101101 | 100001 | 101100000 | 100011 | 110001 |
Color Harmonies of #AA525D
Complementary color
Monochromatic Colors of #AA525D
Black with #AA525D
Text Example
Text Example
White with #AA525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA525D; }
p { color: rgb(170,82,93); }
H1.HeaderClassName
{
color: #AA525D;
}
.AnyTagClassName
{
color: #AA525D;
}
</style>
background-color css
<style>
a { background-color: #AA525D; }
a { background-color: rgb(170,82,93); }
div.DivClassName
{
background-color: #AA525D;
}
.BgClassName
{
background-color: #AA525D;
}
</style>
border-color css
<style>
span { border-color: #AA525D; }
span { border-color: rgb(170,82,93); }
td.TdClassName
{
border-color: #AA525D;
}
.TagClassName
{
border-color: #AA525D;
}
</style>