Shades of Norway #A7B795
Tints of Norway #A7B795
RGB
CMYK
RGB Variations
Color information
#A7B795 (or 0xA7B795) is known color: Norway. HEX triplet: A7, B7 and 95. RGB value is (167,183,149). Sum of RGB (Red+Green+Blue) = 167+183+149=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B795 is #58486A. Grayscale: #AEAEAE. Windows color (decimal): -5785707 or 9811879. OLE color: 9811879.
HSL color Cylindrical-coordinate representation of color #A7B795: hue angle of 88.24º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7B795 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 149 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.28 |
| HSL | 88.24º | 0.19% | 0.65% | - |
| HSV(B) | 88.24º | 0.19% | 0.72% | - |
| XYZ | 38.29 | 44.25 | 34.96 | - |
| YUV | 174.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 149 | 0.09 | 0 | 0.19 | 0.28 | 88.24 | 0.19 | 0.65 |
| Hex | A7 | B7 | 95 | 9 | 0 | 13 | 1C | 58 | 13 | 41 |
| Octal | 247 | 267 | 225 | 11 | 0 | 23 | 34 | 130 | 23 | 101 |
| Binary | 10100111 | 10110111 | 10010101 | 1001 | 0 | 10011 | 11100 | 1011000 | 10011 | 1000001 |
Color Harmonies of #A7B795
Complementary color
Monochromatic Colors of #A7B795
Black with #A7B795
Text Example
Text Example
White with #A7B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B795; }
p { color: rgb(167,183,149); }
H1.HeaderClassName
{
color: #A7B795;
}
.AnyTagClassName
{
color: #A7B795;
}
</style>
background-color css
<style>
a { background-color: #A7B795; }
a { background-color: rgb(167,183,149); }
div.DivClassName
{
background-color: #A7B795;
}
.BgClassName
{
background-color: #A7B795;
}
</style>
border-color css
<style>
span { border-color: #A7B795; }
span { border-color: rgb(167,183,149); }
td.TdClassName
{
border-color: #A7B795;
}
.TagClassName
{
border-color: #A7B795;
}
</style>