Shades of Norway #A7BA8D
Tints of Norway #A7BA8D
RGB
CMYK
RGB Variations
Color information
#A7BA8D (or 0xA7BA8D) is known color: Norway. HEX triplet: A7, BA and 8D. RGB value is (167,186,141). Sum of RGB (Red+Green+Blue) = 167+186+141=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA8D is #584572. Grayscale: #AFAFAF. Windows color (decimal): -5784947 or 9288359. OLE color: 9288359.
HSL color Cylindrical-coordinate representation of color #A7BA8D: hue angle of 85.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7BA8D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 141 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.27 |
| HSL | 85.33º | 0.25% | 0.64% | - |
| HSV(B) | 85.33º | 0.24% | 0.73% | - |
| XYZ | 38.3 | 45.26 | 31.92 | - |
| YUV | 175.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 141 | 0.10 | 0 | 0.24 | 0.27 | 85.33 | 0.25 | 0.64 |
| Hex | A7 | BA | 8D | A | 0 | 18 | 1B | 55 | 19 | 40 |
| Octal | 247 | 272 | 215 | 12 | 0 | 30 | 33 | 125 | 31 | 100 |
| Binary | 10100111 | 10111010 | 10001101 | 1010 | 0 | 11000 | 11011 | 1010101 | 11001 | 1000000 |
Color Harmonies of #A7BA8D
Complementary color
Monochromatic Colors of #A7BA8D
Black with #A7BA8D
Text Example
Text Example
White with #A7BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA8D; }
p { color: rgb(167,186,141); }
H1.HeaderClassName
{
color: #A7BA8D;
}
.AnyTagClassName
{
color: #A7BA8D;
}
</style>
background-color css
<style>
a { background-color: #A7BA8D; }
a { background-color: rgb(167,186,141); }
div.DivClassName
{
background-color: #A7BA8D;
}
.BgClassName
{
background-color: #A7BA8D;
}
</style>
border-color css
<style>
span { border-color: #A7BA8D; }
span { border-color: rgb(167,186,141); }
td.TdClassName
{
border-color: #A7BA8D;
}
.TagClassName
{
border-color: #A7BA8D;
}
</style>