Shades of Norway #A6B29E
Tints of Norway #A6B29E
RGB
CMYK
RGB Variations
Color information
#A6B29E (or 0xA6B29E) is known color: Norway. HEX triplet: A6, B2 and 9E. RGB value is (166,178,158). Sum of RGB (Red+Green+Blue) = 166+178+158=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B29E is #594D61. Grayscale: #ACACAC. Windows color (decimal): -5852514 or 10400422. OLE color: 10400422.
HSL color Cylindrical-coordinate representation of color #A6B29E: hue angle of 96º 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 #A6B29E is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 158 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.30 |
| HSL | 96º | 0.11% | 0.66% | - |
| HSV(B) | 96º | 0.11% | 0.7% | - |
| XYZ | 37.82 | 42.42 | 38.54 | - |
| YUV | 172.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 158 | 0.07 | 0 | 0.11 | 0.30 | 96 | 0.11 | 0.66 |
| Hex | A6 | B2 | 9E | 7 | 0 | B | 1E | 60 | B | 42 |
| Octal | 246 | 262 | 236 | 7 | 0 | 13 | 36 | 140 | 13 | 102 |
| Binary | 10100110 | 10110010 | 10011110 | 111 | 0 | 1011 | 11110 | 1100000 | 1011 | 1000010 |
Color Harmonies of #A6B29E
Complementary color
Monochromatic Colors of #A6B29E
Black with #A6B29E
Text Example
Text Example
White with #A6B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B29E; }
p { color: rgb(166,178,158); }
H1.HeaderClassName
{
color: #A6B29E;
}
.AnyTagClassName
{
color: #A6B29E;
}
</style>
background-color css
<style>
a { background-color: #A6B29E; }
a { background-color: rgb(166,178,158); }
div.DivClassName
{
background-color: #A6B29E;
}
.BgClassName
{
background-color: #A6B29E;
}
</style>
border-color css
<style>
span { border-color: #A6B29E; }
span { border-color: rgb(166,178,158); }
td.TdClassName
{
border-color: #A6B29E;
}
.TagClassName
{
border-color: #A6B29E;
}
</style>