Shades of Heather #A6B4C3
Tints of Heather #A6B4C3
RGB
CMYK
RGB Variations
Color information
#A6B4C3 (or 0xA6B4C3) is known color: Heather. HEX triplet: A6, B4 and C3. RGB value is (166,180,195). Sum of RGB (Red+Green+Blue) = 166+180+195=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #A6B4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4C3 is #594B3C. Grayscale: #B1B1B1. Windows color (decimal): -5851965 or 12825766. OLE color: 12825766.
HSL color Cylindrical-coordinate representation of color #A6B4C3: hue angle of 211.03º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6B4C3 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 180 | 195 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.24 |
| HSL | 211.03º | 0.19% | 0.71% | - |
| HSV(B) | 211.03º | 0.15% | 0.76% | - |
| XYZ | 41.9 | 44.69 | 58.05 | - |
| YUV | 177.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 195 | 0.15 | 0.08 | 0 | 0.24 | 211.03 | 0.19 | 0.71 |
| Hex | A6 | B4 | C3 | F | 8 | 0 | 18 | D3 | 13 | 47 |
| Octal | 246 | 264 | 303 | 17 | 10 | 0 | 30 | 323 | 23 | 107 |
| Binary | 10100110 | 10110100 | 11000011 | 1111 | 1000 | 0 | 11000 | 11010011 | 10011 | 1000111 |
Color Harmonies of #A6B4C3
Complementary color
Monochromatic Colors of #A6B4C3
Black with #A6B4C3
Text Example
Text Example
White with #A6B4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B4C3; }
p { color: rgb(166,180,195); }
H1.HeaderClassName
{
color: #A6B4C3;
}
.AnyTagClassName
{
color: #A6B4C3;
}
</style>
background-color css
<style>
a { background-color: #A6B4C3; }
a { background-color: rgb(166,180,195); }
div.DivClassName
{
background-color: #A6B4C3;
}
.BgClassName
{
background-color: #A6B4C3;
}
</style>
border-color css
<style>
span { border-color: #A6B4C3; }
span { border-color: rgb(166,180,195); }
td.TdClassName
{
border-color: #A6B4C3;
}
.TagClassName
{
border-color: #A6B4C3;
}
</style>