Shades of Blush #AA516B
Tints of Blush #AA516B
RGB
CMYK
RGB Variations
Color information
#AA516B (or 0xAA516B) is known color: Blush. HEX triplet: AA, 51 and 6B. RGB value is (170,81,107). Sum of RGB (Red+Green+Blue) = 170+81+107=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA516B is #55AE94. Grayscale: #6E6E6E. Windows color (decimal): -5615253 or 7033258. OLE color: 7033258.
HSL color Cylindrical-coordinate representation of color #AA516B: hue angle of 342.47º 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 #AA516B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 107 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.33 |
| HSL | 342.47º | 0.35% | 0.49% | - |
| HSV(B) | 342.47º | 0.52% | 0.67% | - |
| XYZ | 22.17 | 15.49 | 15.73 | - |
| YUV | 110.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 107 | 0 | 0.52 | 0.37 | 0.33 | 342.47 | 0.35 | 0.49 |
| Hex | AA | 51 | 6B | 0 | 34 | 25 | 21 | 156 | 23 | 31 |
| Octal | 252 | 121 | 153 | 0 | 64 | 45 | 41 | 526 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1101011 | 0 | 110100 | 100101 | 100001 | 101010110 | 100011 | 110001 |
Color Harmonies of #AA516B
Complementary color
Monochromatic Colors of #AA516B
Black with #AA516B
Text Example
Text Example
White with #AA516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA516B; }
p { color: rgb(170,81,107); }
H1.HeaderClassName
{
color: #AA516B;
}
.AnyTagClassName
{
color: #AA516B;
}
</style>
background-color css
<style>
a { background-color: #AA516B; }
a { background-color: rgb(170,81,107); }
div.DivClassName
{
background-color: #AA516B;
}
.BgClassName
{
background-color: #AA516B;
}
</style>
border-color css
<style>
span { border-color: #AA516B; }
span { border-color: rgb(170,81,107); }
td.TdClassName
{
border-color: #AA516B;
}
.TagClassName
{
border-color: #AA516B;
}
</style>