Shades of Blush #AA516D
Tints of Blush #AA516D
RGB
CMYK
RGB Variations
Color information
#AA516D (or 0xAA516D) is known color: Blush. HEX triplet: AA, 51 and 6D. RGB value is (170,81,109). Sum of RGB (Red+Green+Blue) = 170+81+109=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA516D is #55AE92. Grayscale: #6E6E6E. Windows color (decimal): -5615251 or 7164330. OLE color: 7164330.
HSL color Cylindrical-coordinate representation of color #AA516D: hue angle of 341.12º 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 #AA516D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 109 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.33 |
| HSL | 341.12º | 0.35% | 0.49% | - |
| HSV(B) | 341.12º | 0.52% | 0.67% | - |
| XYZ | 22.28 | 15.54 | 16.29 | - |
| YUV | 110.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 109 | 0 | 0.52 | 0.36 | 0.33 | 341.12 | 0.35 | 0.49 |
| Hex | AA | 51 | 6D | 0 | 34 | 24 | 21 | 155 | 23 | 31 |
| Octal | 252 | 121 | 155 | 0 | 64 | 44 | 41 | 525 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1101101 | 0 | 110100 | 100100 | 100001 | 101010101 | 100011 | 110001 |
Color Harmonies of #AA516D
Complementary color
Monochromatic Colors of #AA516D
Black with #AA516D
Text Example
Text Example
White with #AA516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA516D; }
p { color: rgb(170,81,109); }
H1.HeaderClassName
{
color: #AA516D;
}
.AnyTagClassName
{
color: #AA516D;
}
</style>
background-color css
<style>
a { background-color: #AA516D; }
a { background-color: rgb(170,81,109); }
div.DivClassName
{
background-color: #AA516D;
}
.BgClassName
{
background-color: #AA516D;
}
</style>
border-color css
<style>
span { border-color: #AA516D; }
span { border-color: rgb(170,81,109); }
td.TdClassName
{
border-color: #AA516D;
}
.TagClassName
{
border-color: #AA516D;
}
</style>