Shades of Norway #A7B29E
Tints of Norway #A7B29E
RGB
CMYK
RGB Variations
Color information
#A7B29E (or 0xA7B29E) is known color: Norway. HEX triplet: A7, B2 and 9E. RGB value is (167,178,158). Sum of RGB (Red+Green+Blue) = 167+178+158=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B29E is #584D61. Grayscale: #ACACAC. Windows color (decimal): -5786978 or 10400423. OLE color: 10400423.
HSL color Cylindrical-coordinate representation of color #A7B29E: hue angle of 93º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B29E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 158 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.30 |
| HSL | 93º | 0.11% | 0.66% | - |
| HSV(B) | 93º | 0.11% | 0.7% | - |
| XYZ | 38.03 | 42.52 | 38.55 | - |
| YUV | 172.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 158 | 0.06 | 0 | 0.11 | 0.30 | 93 | 0.11 | 0.66 |
| Hex | A7 | B2 | 9E | 6 | 0 | B | 1E | 5D | B | 42 |
| Octal | 247 | 262 | 236 | 6 | 0 | 13 | 36 | 135 | 13 | 102 |
| Binary | 10100111 | 10110010 | 10011110 | 110 | 0 | 1011 | 11110 | 1011101 | 1011 | 1000010 |
Color Harmonies of #A7B29E
Complementary color
Monochromatic Colors of #A7B29E
Black with #A7B29E
Text Example
Text Example
White with #A7B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B29E; }
p { color: rgb(167,178,158); }
H1.HeaderClassName
{
color: #A7B29E;
}
.AnyTagClassName
{
color: #A7B29E;
}
</style>
background-color css
<style>
a { background-color: #A7B29E; }
a { background-color: rgb(167,178,158); }
div.DivClassName
{
background-color: #A7B29E;
}
.BgClassName
{
background-color: #A7B29E;
}
</style>
border-color css
<style>
span { border-color: #A7B29E; }
span { border-color: rgb(167,178,158); }
td.TdClassName
{
border-color: #A7B29E;
}
.TagClassName
{
border-color: #A7B29E;
}
</style>