Shades of Hippie Pink #AA525B
Tints of Hippie Pink #AA525B
RGB
CMYK
RGB Variations
Color information
#AA525B (or 0xAA525B) is known color: Hippie Pink. HEX triplet: AA, 52 and 5B. RGB value is (170,82,91). Sum of RGB (Red+Green+Blue) = 170+82+91=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525B is #55ADA4. Grayscale: #6D6D6D. Windows color (decimal): -5615013 or 5984938. OLE color: 5984938.
HSL color Cylindrical-coordinate representation of color #AA525B: hue angle of 353.86º 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 #AA525B is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 91 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.33 |
| HSL | 353.86º | 0.35% | 0.49% | - |
| HSV(B) | 353.86º | 0.52% | 0.67% | - |
| XYZ | 21.48 | 15.34 | 11.73 | - |
| YUV | 109.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 91 | 0 | 0.52 | 0.46 | 0.33 | 353.86 | 0.35 | 0.49 |
| Hex | AA | 52 | 5B | 0 | 34 | 2E | 21 | 162 | 23 | 31 |
| Octal | 252 | 122 | 133 | 0 | 64 | 56 | 41 | 542 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1011011 | 0 | 110100 | 101110 | 100001 | 101100010 | 100011 | 110001 |
Color Harmonies of #AA525B
Complementary color
Monochromatic Colors of #AA525B
Black with #AA525B
Text Example
Text Example
White with #AA525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA525B; }
p { color: rgb(170,82,91); }
H1.HeaderClassName
{
color: #AA525B;
}
.AnyTagClassName
{
color: #AA525B;
}
</style>
background-color css
<style>
a { background-color: #AA525B; }
a { background-color: rgb(170,82,91); }
div.DivClassName
{
background-color: #AA525B;
}
.BgClassName
{
background-color: #AA525B;
}
</style>
border-color css
<style>
span { border-color: #AA525B; }
span { border-color: rgb(170,82,91); }
td.TdClassName
{
border-color: #AA525B;
}
.TagClassName
{
border-color: #AA525B;
}
</style>