Shades of Heather #AAB3BB
Tints of Heather #AAB3BB
RGB
CMYK
RGB Variations
Color information
#AAB3BB (or 0xAAB3BB) is known color: Heather. HEX triplet: AA, B3 and BB. RGB value is (170,179,187). Sum of RGB (Red+Green+Blue) = 170+179+187=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BB is #554C44. Grayscale: #B1B1B1. Windows color (decimal): -5590085 or 12301226. OLE color: 12301226.
HSL color Cylindrical-coordinate representation of color #AAB3BB: hue angle of 208.24º degrees, saturation: 0.11, 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 #AAB3BB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 179 | 187 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.27 |
| HSL | 208.24º | 0.11% | 0.7% | - |
| HSV(B) | 208.24º | 0.09% | 0.73% | - |
| XYZ | 41.67 | 44.37 | 53.38 | - |
| YUV | 177.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 187 | 0.09 | 0.04 | 0 | 0.27 | 208.24 | 0.11 | 0.7 |
| Hex | AA | B3 | BB | 9 | 4 | 0 | 1B | D0 | B | 46 |
| Octal | 252 | 263 | 273 | 11 | 4 | 0 | 33 | 320 | 13 | 106 |
| Binary | 10101010 | 10110011 | 10111011 | 1001 | 100 | 0 | 11011 | 11010000 | 1011 | 1000110 |
Color Harmonies of #AAB3BB
Complementary color
Monochromatic Colors of #AAB3BB
Black with #AAB3BB
Text Example
Text Example
White with #AAB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3BB; }
p { color: rgb(170,179,187); }
H1.HeaderClassName
{
color: #AAB3BB;
}
.AnyTagClassName
{
color: #AAB3BB;
}
</style>
background-color css
<style>
a { background-color: #AAB3BB; }
a { background-color: rgb(170,179,187); }
div.DivClassName
{
background-color: #AAB3BB;
}
.BgClassName
{
background-color: #AAB3BB;
}
</style>
border-color css
<style>
span { border-color: #AAB3BB; }
span { border-color: rgb(170,179,187); }
td.TdClassName
{
border-color: #AAB3BB;
}
.TagClassName
{
border-color: #AAB3BB;
}
</style>