Shades of Norway #A7B59A
Tints of Norway #A7B59A
RGB
CMYK
RGB Variations
Color information
#A7B59A (or 0xA7B59A) is known color: Norway. HEX triplet: A7, B5 and 9A. RGB value is (167,181,154). Sum of RGB (Red+Green+Blue) = 167+181+154=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B59A is #584A65. Grayscale: #ADADAD. Windows color (decimal): -5786214 or 10139047. OLE color: 10139047.
HSL color Cylindrical-coordinate representation of color #A7B59A: hue angle of 91.11º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B59A is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 154 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.29 |
| HSL | 91.11º | 0.15% | 0.66% | - |
| HSV(B) | 91.11º | 0.15% | 0.71% | - |
| XYZ | 38.29 | 43.6 | 36.97 | - |
| YUV | 173.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 154 | 0.08 | 0 | 0.15 | 0.29 | 91.11 | 0.15 | 0.66 |
| Hex | A7 | B5 | 9A | 8 | 0 | F | 1D | 5B | F | 42 |
| Octal | 247 | 265 | 232 | 10 | 0 | 17 | 35 | 133 | 17 | 102 |
| Binary | 10100111 | 10110101 | 10011010 | 1000 | 0 | 1111 | 11101 | 1011011 | 1111 | 1000010 |
Color Harmonies of #A7B59A
Complementary color
Monochromatic Colors of #A7B59A
Black with #A7B59A
Text Example
Text Example
White with #A7B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B59A; }
p { color: rgb(167,181,154); }
H1.HeaderClassName
{
color: #A7B59A;
}
.AnyTagClassName
{
color: #A7B59A;
}
</style>
background-color css
<style>
a { background-color: #A7B59A; }
a { background-color: rgb(167,181,154); }
div.DivClassName
{
background-color: #A7B59A;
}
.BgClassName
{
background-color: #A7B59A;
}
</style>
border-color css
<style>
span { border-color: #A7B59A; }
span { border-color: rgb(167,181,154); }
td.TdClassName
{
border-color: #A7B59A;
}
.TagClassName
{
border-color: #A7B59A;
}
</style>