Shades of Heather #AAB5BB
Tints of Heather #AAB5BB
RGB
CMYK
RGB Variations
Color information
#AAB5BB (or 0xAAB5BB) is known color: Heather. HEX triplet: AA, B5 and BB. RGB value is (170,181,187). Sum of RGB (Red+Green+Blue) = 170+181+187=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BB is #554A44. Grayscale: #B2B2B2. Windows color (decimal): -5589573 or 12301738. OLE color: 12301738.
HSL color Cylindrical-coordinate representation of color #AAB5BB: hue angle of 201.18º 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 #AAB5BB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 181 | 187 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.27 |
| HSL | 201.18º | 0.11% | 0.7% | - |
| HSV(B) | 201.18º | 0.09% | 0.73% | - |
| XYZ | 42.07 | 45.18 | 53.52 | - |
| YUV | 178.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 187 | 0.09 | 0.03 | 0 | 0.27 | 201.18 | 0.11 | 0.7 |
| Hex | AA | B5 | BB | 9 | 3 | 0 | 1B | C9 | B | 46 |
| Octal | 252 | 265 | 273 | 11 | 3 | 0 | 33 | 311 | 13 | 106 |
| Binary | 10101010 | 10110101 | 10111011 | 1001 | 11 | 0 | 11011 | 11001001 | 1011 | 1000110 |
Color Harmonies of #AAB5BB
Complementary color
Monochromatic Colors of #AAB5BB
Black with #AAB5BB
Text Example
Text Example
White with #AAB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5BB; }
p { color: rgb(170,181,187); }
H1.HeaderClassName
{
color: #AAB5BB;
}
.AnyTagClassName
{
color: #AAB5BB;
}
</style>
background-color css
<style>
a { background-color: #AAB5BB; }
a { background-color: rgb(170,181,187); }
div.DivClassName
{
background-color: #AAB5BB;
}
.BgClassName
{
background-color: #AAB5BB;
}
</style>
border-color css
<style>
span { border-color: #AAB5BB; }
span { border-color: rgb(170,181,187); }
td.TdClassName
{
border-color: #AAB5BB;
}
.TagClassName
{
border-color: #AAB5BB;
}
</style>