Shades of Norway #A7B59C
Tints of Norway #A7B59C
RGB
CMYK
RGB Variations
Color information
#A7B59C (or 0xA7B59C) is known color: Norway. HEX triplet: A7, B5 and 9C. RGB value is (167,181,156). Sum of RGB (Red+Green+Blue) = 167+181+156=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B59C is #584A63. Grayscale: #AEAEAE. Windows color (decimal): -5786212 or 10270119. OLE color: 10270119.
HSL color Cylindrical-coordinate representation of color #A7B59C: hue angle of 93.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7B59C is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 156 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.29 |
| HSL | 93.6º | 0.14% | 0.66% | - |
| HSV(B) | 93.6º | 0.14% | 0.71% | - |
| XYZ | 38.46 | 43.66 | 37.85 | - |
| YUV | 173.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 156 | 0.08 | 0 | 0.14 | 0.29 | 93.6 | 0.14 | 0.66 |
| Hex | A7 | B5 | 9C | 8 | 0 | E | 1D | 5E | E | 42 |
| Octal | 247 | 265 | 234 | 10 | 0 | 16 | 35 | 136 | 16 | 102 |
| Binary | 10100111 | 10110101 | 10011100 | 1000 | 0 | 1110 | 11101 | 1011110 | 1110 | 1000010 |
Color Harmonies of #A7B59C
Complementary color
Monochromatic Colors of #A7B59C
Black with #A7B59C
Text Example
Text Example
White with #A7B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B59C; }
p { color: rgb(167,181,156); }
H1.HeaderClassName
{
color: #A7B59C;
}
.AnyTagClassName
{
color: #A7B59C;
}
</style>
background-color css
<style>
a { background-color: #A7B59C; }
a { background-color: rgb(167,181,156); }
div.DivClassName
{
background-color: #A7B59C;
}
.BgClassName
{
background-color: #A7B59C;
}
</style>
border-color css
<style>
span { border-color: #A7B59C; }
span { border-color: rgb(167,181,156); }
td.TdClassName
{
border-color: #A7B59C;
}
.TagClassName
{
border-color: #A7B59C;
}
</style>