Shades of Norway #A7BA9A
Tints of Norway #A7BA9A
RGB
CMYK
RGB Variations
Color information
#A7BA9A (or 0xA7BA9A) is known color: Norway. HEX triplet: A7, BA and 9A. RGB value is (167,186,154). Sum of RGB (Red+Green+Blue) = 167+186+154=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA9A is #584565. Grayscale: #B0B0B0. Windows color (decimal): -5784934 or 10140327. OLE color: 10140327.
HSL color Cylindrical-coordinate representation of color #A7BA9A: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BA9A is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 154 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.27 |
| HSL | 95.63º | 0.19% | 0.67% | - |
| HSV(B) | 95.63º | 0.17% | 0.73% | - |
| XYZ | 39.33 | 45.67 | 37.31 | - |
| YUV | 176.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 154 | 0.10 | 0 | 0.17 | 0.27 | 95.63 | 0.19 | 0.67 |
| Hex | A7 | BA | 9A | A | 0 | 11 | 1B | 60 | 13 | 43 |
| Octal | 247 | 272 | 232 | 12 | 0 | 21 | 33 | 140 | 23 | 103 |
| Binary | 10100111 | 10111010 | 10011010 | 1010 | 0 | 10001 | 11011 | 1100000 | 10011 | 1000011 |
Color Harmonies of #A7BA9A
Complementary color
Monochromatic Colors of #A7BA9A
Black with #A7BA9A
Text Example
Text Example
White with #A7BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA9A; }
p { color: rgb(167,186,154); }
H1.HeaderClassName
{
color: #A7BA9A;
}
.AnyTagClassName
{
color: #A7BA9A;
}
</style>
background-color css
<style>
a { background-color: #A7BA9A; }
a { background-color: rgb(167,186,154); }
div.DivClassName
{
background-color: #A7BA9A;
}
.BgClassName
{
background-color: #A7BA9A;
}
</style>
border-color css
<style>
span { border-color: #A7BA9A; }
span { border-color: rgb(167,186,154); }
td.TdClassName
{
border-color: #A7BA9A;
}
.TagClassName
{
border-color: #A7BA9A;
}
</style>