Shades of Heather #A3B2BF
Tints of Heather #A3B2BF
RGB
CMYK
RGB Variations
Color information
#A3B2BF (or 0xA3B2BF) is known color: Heather. HEX triplet: A3, B2 and BF. RGB value is (163,178,191). Sum of RGB (Red+Green+Blue) = 163+178+191=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #A3B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2BF is #5C4D40. Grayscale: #AEAEAE. Windows color (decimal): -6049089 or 12563107. OLE color: 12563107.
HSL color Cylindrical-coordinate representation of color #A3B2BF: hue angle of 207.86º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B2BF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 178 | 191 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.25 |
| HSL | 207.86º | 0.18% | 0.69% | - |
| HSV(B) | 207.86º | 0.15% | 0.75% | - |
| XYZ | 40.43 | 43.39 | 55.53 | - |
| YUV | 175 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 191 | 0.15 | 0.07 | 0 | 0.25 | 207.86 | 0.18 | 0.69 |
| Hex | A3 | B2 | BF | F | 7 | 0 | 19 | D0 | 12 | 45 |
| Octal | 243 | 262 | 277 | 17 | 7 | 0 | 31 | 320 | 22 | 105 |
| Binary | 10100011 | 10110010 | 10111111 | 1111 | 111 | 0 | 11001 | 11010000 | 10010 | 1000101 |
Color Harmonies of #A3B2BF
Complementary color
Monochromatic Colors of #A3B2BF
Black with #A3B2BF
Text Example
Text Example
White with #A3B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B2BF; }
p { color: rgb(163,178,191); }
H1.HeaderClassName
{
color: #A3B2BF;
}
.AnyTagClassName
{
color: #A3B2BF;
}
</style>
background-color css
<style>
a { background-color: #A3B2BF; }
a { background-color: rgb(163,178,191); }
div.DivClassName
{
background-color: #A3B2BF;
}
.BgClassName
{
background-color: #A3B2BF;
}
</style>
border-color css
<style>
span { border-color: #A3B2BF; }
span { border-color: rgb(163,178,191); }
td.TdClassName
{
border-color: #A3B2BF;
}
.TagClassName
{
border-color: #A3B2BF;
}
</style>