Shades of Heather #AAB7BF
Tints of Heather #AAB7BF
RGB
CMYK
RGB Variations
Color information
#AAB7BF (or 0xAAB7BF) is known color: Heather. HEX triplet: AA, B7 and BF. RGB value is (170,183,191). Sum of RGB (Red+Green+Blue) = 170+183+191=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BF is #554840. Grayscale: #B3B3B3. Windows color (decimal): -5589057 or 12564394. OLE color: 12564394.
HSL color Cylindrical-coordinate representation of color #AAB7BF: hue angle of 202.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB7BF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 183 | 191 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.25 |
| HSL | 202.86º | 0.14% | 0.71% | - |
| HSV(B) | 202.86º | 0.11% | 0.75% | - |
| XYZ | 42.92 | 46.17 | 55.94 | - |
| YUV | 180.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 191 | 0.11 | 0.04 | 0 | 0.25 | 202.86 | 0.14 | 0.71 |
| Hex | AA | B7 | BF | B | 4 | 0 | 19 | CB | E | 47 |
| Octal | 252 | 267 | 277 | 13 | 4 | 0 | 31 | 313 | 16 | 107 |
| Binary | 10101010 | 10110111 | 10111111 | 1011 | 100 | 0 | 11001 | 11001011 | 1110 | 1000111 |
Color Harmonies of #AAB7BF
Complementary color
Monochromatic Colors of #AAB7BF
Black with #AAB7BF
Text Example
Text Example
White with #AAB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7BF; }
p { color: rgb(170,183,191); }
H1.HeaderClassName
{
color: #AAB7BF;
}
.AnyTagClassName
{
color: #AAB7BF;
}
</style>
background-color css
<style>
a { background-color: #AAB7BF; }
a { background-color: rgb(170,183,191); }
div.DivClassName
{
background-color: #AAB7BF;
}
.BgClassName
{
background-color: #AAB7BF;
}
</style>
border-color css
<style>
span { border-color: #AAB7BF; }
span { border-color: rgb(170,183,191); }
td.TdClassName
{
border-color: #AAB7BF;
}
.TagClassName
{
border-color: #AAB7BF;
}
</style>