Shades of Heather #AAB4BA
Tints of Heather #AAB4BA
RGB
CMYK
RGB Variations
Color information
#AAB4BA (or 0xAAB4BA) is known color: Heather. HEX triplet: AA, B4 and BA. RGB value is (170,180,186). Sum of RGB (Red+Green+Blue) = 170+180+186=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4BA is #554B45. Grayscale: #B1B1B1. Windows color (decimal): -5589830 or 12235946. OLE color: 12235946.
HSL color Cylindrical-coordinate representation of color #AAB4BA: hue angle of 202.5º 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 #AAB4BA is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 180 | 186 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.27 |
| HSL | 202.5º | 0.1% | 0.7% | - |
| HSV(B) | 202.5º | 0.09% | 0.73% | - |
| XYZ | 41.76 | 44.73 | 52.89 | - |
| YUV | 177.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 186 | 0.09 | 0.03 | 0 | 0.27 | 202.5 | 0.1 | 0.7 |
| Hex | AA | B4 | BA | 9 | 3 | 0 | 1B | CA | A | 46 |
| Octal | 252 | 264 | 272 | 11 | 3 | 0 | 33 | 312 | 12 | 106 |
| Binary | 10101010 | 10110100 | 10111010 | 1001 | 11 | 0 | 11011 | 11001010 | 1010 | 1000110 |
Color Harmonies of #AAB4BA
Complementary color
Monochromatic Colors of #AAB4BA
Black with #AAB4BA
Text Example
Text Example
White with #AAB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4BA; }
p { color: rgb(170,180,186); }
H1.HeaderClassName
{
color: #AAB4BA;
}
.AnyTagClassName
{
color: #AAB4BA;
}
</style>
background-color css
<style>
a { background-color: #AAB4BA; }
a { background-color: rgb(170,180,186); }
div.DivClassName
{
background-color: #AAB4BA;
}
.BgClassName
{
background-color: #AAB4BA;
}
</style>
border-color css
<style>
span { border-color: #AAB4BA; }
span { border-color: rgb(170,180,186); }
td.TdClassName
{
border-color: #AAB4BA;
}
.TagClassName
{
border-color: #AAB4BA;
}
</style>