Shades of Heather #A9B3BA
Tints of Heather #A9B3BA
RGB
CMYK
RGB Variations
Color information
#A9B3BA (or 0xA9B3BA) is known color: Heather. HEX triplet: A9, B3 and BA. RGB value is (169,179,186). Sum of RGB (Red+Green+Blue) = 169+179+186=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B3BA is #564C45. Grayscale: #B0B0B0. Windows color (decimal): -5655622 or 12235689. OLE color: 12235689.
HSL color Cylindrical-coordinate representation of color #A9B3BA: hue angle of 204.71º 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 #A9B3BA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 179 | 186 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.27 |
| HSL | 204.71º | 0.11% | 0.7% | - |
| HSV(B) | 204.71º | 0.09% | 0.73% | - |
| XYZ | 41.35 | 44.22 | 52.81 | - |
| YUV | 176.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 186 | 0.09 | 0.04 | 0 | 0.27 | 204.71 | 0.11 | 0.7 |
| Hex | A9 | B3 | BA | 9 | 4 | 0 | 1B | CD | B | 46 |
| Octal | 251 | 263 | 272 | 11 | 4 | 0 | 33 | 315 | 13 | 106 |
| Binary | 10101001 | 10110011 | 10111010 | 1001 | 100 | 0 | 11011 | 11001101 | 1011 | 1000110 |
Color Harmonies of #A9B3BA
Complementary color
Monochromatic Colors of #A9B3BA
Black with #A9B3BA
Text Example
Text Example
White with #A9B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B3BA; }
p { color: rgb(169,179,186); }
H1.HeaderClassName
{
color: #A9B3BA;
}
.AnyTagClassName
{
color: #A9B3BA;
}
</style>
background-color css
<style>
a { background-color: #A9B3BA; }
a { background-color: rgb(169,179,186); }
div.DivClassName
{
background-color: #A9B3BA;
}
.BgClassName
{
background-color: #A9B3BA;
}
</style>
border-color css
<style>
span { border-color: #A9B3BA; }
span { border-color: rgb(169,179,186); }
td.TdClassName
{
border-color: #A9B3BA;
}
.TagClassName
{
border-color: #A9B3BA;
}
</style>