Shades of Blush #AA526B
Tints of Blush #AA526B
RGB
CMYK
RGB Variations
Color information
#AA526B (or 0xAA526B) is known color: Blush. HEX triplet: AA, 52 and 6B. RGB value is (170,82,107). Sum of RGB (Red+Green+Blue) = 170+82+107=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA526B is #55AD94. Grayscale: #6F6F6F. Windows color (decimal): -5614997 or 7033514. OLE color: 7033514.
HSL color Cylindrical-coordinate representation of color #AA526B: hue angle of 342.95º 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 #AA526B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 107 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.33 |
| HSL | 342.95º | 0.35% | 0.49% | - |
| HSV(B) | 342.95º | 0.52% | 0.67% | - |
| XYZ | 22.25 | 15.64 | 15.76 | - |
| YUV | 111.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 107 | 0 | 0.52 | 0.37 | 0.33 | 342.95 | 0.35 | 0.49 |
| Hex | AA | 52 | 6B | 0 | 34 | 25 | 21 | 157 | 23 | 31 |
| Octal | 252 | 122 | 153 | 0 | 64 | 45 | 41 | 527 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1101011 | 0 | 110100 | 100101 | 100001 | 101010111 | 100011 | 110001 |
Color Harmonies of #AA526B
Complementary color
Monochromatic Colors of #AA526B
Black with #AA526B
Text Example
Text Example
White with #AA526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA526B; }
p { color: rgb(170,82,107); }
H1.HeaderClassName
{
color: #AA526B;
}
.AnyTagClassName
{
color: #AA526B;
}
</style>
background-color css
<style>
a { background-color: #AA526B; }
a { background-color: rgb(170,82,107); }
div.DivClassName
{
background-color: #AA526B;
}
.BgClassName
{
background-color: #AA526B;
}
</style>
border-color css
<style>
span { border-color: #AA526B; }
span { border-color: rgb(170,82,107); }
td.TdClassName
{
border-color: #AA526B;
}
.TagClassName
{
border-color: #AA526B;
}
</style>