Shades of Norway #A7B497
Tints of Norway #A7B497
RGB
CMYK
RGB Variations
Color information
#A7B497 (or 0xA7B497) is known color: Norway. HEX triplet: A7, B4 and 97. RGB value is (167,180,151). Sum of RGB (Red+Green+Blue) = 167+180+151=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B497 is #584B68. Grayscale: #ACACAC. Windows color (decimal): -5786473 or 9942183. OLE color: 9942183.
HSL color Cylindrical-coordinate representation of color #A7B497: hue angle of 86.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7B497 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 151 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.29 |
| HSL | 86.9º | 0.16% | 0.65% | - |
| HSV(B) | 86.9º | 0.16% | 0.71% | - |
| XYZ | 37.84 | 43.09 | 35.6 | - |
| YUV | 172.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 151 | 0.07 | 0 | 0.16 | 0.29 | 86.9 | 0.16 | 0.65 |
| Hex | A7 | B4 | 97 | 7 | 0 | 10 | 1D | 57 | 10 | 41 |
| Octal | 247 | 264 | 227 | 7 | 0 | 20 | 35 | 127 | 20 | 101 |
| Binary | 10100111 | 10110100 | 10010111 | 111 | 0 | 10000 | 11101 | 1010111 | 10000 | 1000001 |
Color Harmonies of #A7B497
Complementary color
Monochromatic Colors of #A7B497
Black with #A7B497
Text Example
Text Example
White with #A7B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B497; }
p { color: rgb(167,180,151); }
H1.HeaderClassName
{
color: #A7B497;
}
.AnyTagClassName
{
color: #A7B497;
}
</style>
background-color css
<style>
a { background-color: #A7B497; }
a { background-color: rgb(167,180,151); }
div.DivClassName
{
background-color: #A7B497;
}
.BgClassName
{
background-color: #A7B497;
}
</style>
border-color css
<style>
span { border-color: #A7B497; }
span { border-color: rgb(167,180,151); }
td.TdClassName
{
border-color: #A7B497;
}
.TagClassName
{
border-color: #A7B497;
}
</style>