Shades of Norway #A7B691
Tints of Norway #A7B691
RGB
CMYK
RGB Variations
Color information
#A7B691 (or 0xA7B691) is known color: Norway. HEX triplet: A7, B6 and 91. RGB value is (167,182,145). Sum of RGB (Red+Green+Blue) = 167+182+145=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B691 is #58496E. Grayscale: #ADADAD. Windows color (decimal): -5785967 or 9549479. OLE color: 9549479.
HSL color Cylindrical-coordinate representation of color #A7B691: hue angle of 84.32º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7B691 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 145 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.29 |
| HSL | 84.32º | 0.2% | 0.64% | - |
| HSV(B) | 84.32º | 0.2% | 0.71% | - |
| XYZ | 37.78 | 43.72 | 33.24 | - |
| YUV | 173.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 145 | 0.08 | 0 | 0.20 | 0.29 | 84.32 | 0.2 | 0.64 |
| Hex | A7 | B6 | 91 | 8 | 0 | 14 | 1D | 54 | 14 | 40 |
| Octal | 247 | 266 | 221 | 10 | 0 | 24 | 35 | 124 | 24 | 100 |
| Binary | 10100111 | 10110110 | 10010001 | 1000 | 0 | 10100 | 11101 | 1010100 | 10100 | 1000000 |
Color Harmonies of #A7B691
Complementary color
Monochromatic Colors of #A7B691
Black with #A7B691
Text Example
Text Example
White with #A7B691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B691; }
p { color: rgb(167,182,145); }
H1.HeaderClassName
{
color: #A7B691;
}
.AnyTagClassName
{
color: #A7B691;
}
</style>
background-color css
<style>
a { background-color: #A7B691; }
a { background-color: rgb(167,182,145); }
div.DivClassName
{
background-color: #A7B691;
}
.BgClassName
{
background-color: #A7B691;
}
</style>
border-color css
<style>
span { border-color: #A7B691; }
span { border-color: rgb(167,182,145); }
td.TdClassName
{
border-color: #A7B691;
}
.TagClassName
{
border-color: #A7B691;
}
</style>