Shades of Heather #A6B3C0
Tints of Heather #A6B3C0
RGB
CMYK
RGB Variations
Color information
#A6B3C0 (or 0xA6B3C0) is known color: Heather. HEX triplet: A6, B3 and C0. RGB value is (166,179,192). Sum of RGB (Red+Green+Blue) = 166+179+192=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #A6B3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3C0 is #594C3F. Grayscale: #B0B0B0. Windows color (decimal): -5852224 or 12628902. OLE color: 12628902.
HSL color Cylindrical-coordinate representation of color #A6B3C0: hue angle of 210º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B3C0 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 179 | 192 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.25 |
| HSL | 210º | 0.17% | 0.7% | - |
| HSV(B) | 210º | 0.14% | 0.75% | - |
| XYZ | 41.36 | 44.15 | 56.21 | - |
| YUV | 176.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 192 | 0.14 | 0.07 | 0 | 0.25 | 210 | 0.17 | 0.7 |
| Hex | A6 | B3 | C0 | E | 7 | 0 | 19 | D2 | 11 | 46 |
| Octal | 246 | 263 | 300 | 16 | 7 | 0 | 31 | 322 | 21 | 106 |
| Binary | 10100110 | 10110011 | 11000000 | 1110 | 111 | 0 | 11001 | 11010010 | 10001 | 1000110 |
Color Harmonies of #A6B3C0
Complementary color
Monochromatic Colors of #A6B3C0
Black with #A6B3C0
Text Example
Text Example
White with #A6B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B3C0; }
p { color: rgb(166,179,192); }
H1.HeaderClassName
{
color: #A6B3C0;
}
.AnyTagClassName
{
color: #A6B3C0;
}
</style>
background-color css
<style>
a { background-color: #A6B3C0; }
a { background-color: rgb(166,179,192); }
div.DivClassName
{
background-color: #A6B3C0;
}
.BgClassName
{
background-color: #A6B3C0;
}
</style>
border-color css
<style>
span { border-color: #A6B3C0; }
span { border-color: rgb(166,179,192); }
td.TdClassName
{
border-color: #A6B3C0;
}
.TagClassName
{
border-color: #A6B3C0;
}
</style>