Shades of Blush #AA526C
Tints of Blush #AA526C
RGB
CMYK
RGB Variations
Color information
#AA526C (or 0xAA526C) is known color: Blush. HEX triplet: AA, 52 and 6C. RGB value is (170,82,108). Sum of RGB (Red+Green+Blue) = 170+82+108=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA526C is #55AD93. Grayscale: #6F6F6F. Windows color (decimal): -5614996 or 7099050. OLE color: 7099050.
HSL color Cylindrical-coordinate representation of color #AA526C: hue angle of 342.27º 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 #AA526C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 108 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.33 |
| HSL | 342.27º | 0.35% | 0.49% | - |
| HSV(B) | 342.27º | 0.52% | 0.67% | - |
| XYZ | 22.3 | 15.66 | 16.04 | - |
| YUV | 111.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 108 | 0 | 0.52 | 0.36 | 0.33 | 342.27 | 0.35 | 0.49 |
| Hex | AA | 52 | 6C | 0 | 34 | 24 | 21 | 156 | 23 | 31 |
| Octal | 252 | 122 | 154 | 0 | 64 | 44 | 41 | 526 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1101100 | 0 | 110100 | 100100 | 100001 | 101010110 | 100011 | 110001 |
Color Harmonies of #AA526C
Complementary color
Monochromatic Colors of #AA526C
Black with #AA526C
Text Example
Text Example
White with #AA526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA526C; }
p { color: rgb(170,82,108); }
H1.HeaderClassName
{
color: #AA526C;
}
.AnyTagClassName
{
color: #AA526C;
}
</style>
background-color css
<style>
a { background-color: #AA526C; }
a { background-color: rgb(170,82,108); }
div.DivClassName
{
background-color: #AA526C;
}
.BgClassName
{
background-color: #AA526C;
}
</style>
border-color css
<style>
span { border-color: #AA526C; }
span { border-color: rgb(170,82,108); }
td.TdClassName
{
border-color: #AA526C;
}
.TagClassName
{
border-color: #AA526C;
}
</style>