Shades of Blush #AA526D
Tints of Blush #AA526D
RGB
CMYK
RGB Variations
Color information
#AA526D (or 0xAA526D) is known color: Blush. HEX triplet: AA, 52 and 6D. RGB value is (170,82,109). Sum of RGB (Red+Green+Blue) = 170+82+109=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA526D is #55AD92. Grayscale: #6F6F6F. Windows color (decimal): -5614995 or 7164586. OLE color: 7164586.
HSL color Cylindrical-coordinate representation of color #AA526D: hue angle of 341.59º 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 #AA526D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 109 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.33 |
| HSL | 341.59º | 0.35% | 0.49% | - |
| HSV(B) | 341.59º | 0.52% | 0.67% | - |
| XYZ | 22.36 | 15.68 | 16.32 | - |
| YUV | 111.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 109 | 0 | 0.52 | 0.36 | 0.33 | 341.59 | 0.35 | 0.49 |
| Hex | AA | 52 | 6D | 0 | 34 | 24 | 21 | 156 | 23 | 31 |
| Octal | 252 | 122 | 155 | 0 | 64 | 44 | 41 | 526 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1101101 | 0 | 110100 | 100100 | 100001 | 101010110 | 100011 | 110001 |
Color Harmonies of #AA526D
Complementary color
Monochromatic Colors of #AA526D
Black with #AA526D
Text Example
Text Example
White with #AA526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA526D; }
p { color: rgb(170,82,109); }
H1.HeaderClassName
{
color: #AA526D;
}
.AnyTagClassName
{
color: #AA526D;
}
</style>
background-color css
<style>
a { background-color: #AA526D; }
a { background-color: rgb(170,82,109); }
div.DivClassName
{
background-color: #AA526D;
}
.BgClassName
{
background-color: #AA526D;
}
</style>
border-color css
<style>
span { border-color: #AA526D; }
span { border-color: rgb(170,82,109); }
td.TdClassName
{
border-color: #AA526D;
}
.TagClassName
{
border-color: #AA526D;
}
</style>