Shades of Heather #AAB3BA
Tints of Heather #AAB3BA
RGB
CMYK
RGB Variations
Color information
#AAB3BA (or 0xAAB3BA) is known color: Heather. HEX triplet: AA, B3 and BA. RGB value is (170,179,186). Sum of RGB (Red+Green+Blue) = 170+179+186=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BA is #554C45. Grayscale: #B1B1B1. Windows color (decimal): -5590086 or 12235690. OLE color: 12235690.
HSL color Cylindrical-coordinate representation of color #AAB3BA: hue angle of 206.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB3BA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 179 | 186 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.27 |
| HSL | 206.25º | 0.1% | 0.7% | - |
| HSV(B) | 206.25º | 0.09% | 0.73% | - |
| XYZ | 41.56 | 44.33 | 52.82 | - |
| YUV | 177.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 186 | 0.09 | 0.04 | 0 | 0.27 | 206.25 | 0.1 | 0.7 |
| Hex | AA | B3 | BA | 9 | 4 | 0 | 1B | CE | A | 46 |
| Octal | 252 | 263 | 272 | 11 | 4 | 0 | 33 | 316 | 12 | 106 |
| Binary | 10101010 | 10110011 | 10111010 | 1001 | 100 | 0 | 11011 | 11001110 | 1010 | 1000110 |
Color Harmonies of #AAB3BA
Complementary color
Monochromatic Colors of #AAB3BA
Black with #AAB3BA
Text Example
Text Example
White with #AAB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3BA; }
p { color: rgb(170,179,186); }
H1.HeaderClassName
{
color: #AAB3BA;
}
.AnyTagClassName
{
color: #AAB3BA;
}
</style>
background-color css
<style>
a { background-color: #AAB3BA; }
a { background-color: rgb(170,179,186); }
div.DivClassName
{
background-color: #AAB3BA;
}
.BgClassName
{
background-color: #AAB3BA;
}
</style>
border-color css
<style>
span { border-color: #AAB3BA; }
span { border-color: rgb(170,179,186); }
td.TdClassName
{
border-color: #AAB3BA;
}
.TagClassName
{
border-color: #AAB3BA;
}
</style>