Shades of Heather #A7B2BA
Tints of Heather #A7B2BA
RGB
CMYK
RGB Variations
Color information
#A7B2BA (or 0xA7B2BA) is known color: Heather. HEX triplet: A7, B2 and BA. RGB value is (167,178,186). Sum of RGB (Red+Green+Blue) = 167+178+186=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B2BA is #584D45. Grayscale: #AFAFAF. Windows color (decimal): -5786950 or 12235431. OLE color: 12235431.
HSL color Cylindrical-coordinate representation of color #A7B2BA: hue angle of 205.26º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B2BA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 178 | 186 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.27 |
| HSL | 205.26º | 0.12% | 0.69% | - |
| HSV(B) | 205.26º | 0.1% | 0.73% | - |
| XYZ | 40.72 | 43.6 | 52.72 | - |
| YUV | 175.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 186 | 0.10 | 0.04 | 0 | 0.27 | 205.26 | 0.12 | 0.69 |
| Hex | A7 | B2 | BA | A | 4 | 0 | 1B | CD | C | 45 |
| Octal | 247 | 262 | 272 | 12 | 4 | 0 | 33 | 315 | 14 | 105 |
| Binary | 10100111 | 10110010 | 10111010 | 1010 | 100 | 0 | 11011 | 11001101 | 1100 | 1000101 |
Color Harmonies of #A7B2BA
Complementary color
Monochromatic Colors of #A7B2BA
Black with #A7B2BA
Text Example
Text Example
White with #A7B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B2BA; }
p { color: rgb(167,178,186); }
H1.HeaderClassName
{
color: #A7B2BA;
}
.AnyTagClassName
{
color: #A7B2BA;
}
</style>
background-color css
<style>
a { background-color: #A7B2BA; }
a { background-color: rgb(167,178,186); }
div.DivClassName
{
background-color: #A7B2BA;
}
.BgClassName
{
background-color: #A7B2BA;
}
</style>
border-color css
<style>
span { border-color: #A7B2BA; }
span { border-color: rgb(167,178,186); }
td.TdClassName
{
border-color: #A7B2BA;
}
.TagClassName
{
border-color: #A7B2BA;
}
</style>