Shades of Norway #A6B296
Tints of Norway #A6B296
RGB
CMYK
RGB Variations
Color information
#A6B296 (or 0xA6B296) is known color: Norway. HEX triplet: A6, B2 and 96. RGB value is (166,178,150). Sum of RGB (Red+Green+Blue) = 166+178+150=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B296 is #594D69. Grayscale: #ABABAB. Windows color (decimal): -5852522 or 9876134. OLE color: 9876134.
HSL color Cylindrical-coordinate representation of color #A6B296: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6B296 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 150 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.30 |
| HSL | 85.71º | 0.15% | 0.64% | - |
| HSV(B) | 85.71º | 0.16% | 0.7% | - |
| XYZ | 37.15 | 42.15 | 35.03 | - |
| YUV | 171.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 150 | 0.07 | 0 | 0.16 | 0.30 | 85.71 | 0.15 | 0.64 |
| Hex | A6 | B2 | 96 | 7 | 0 | 10 | 1E | 56 | F | 40 |
| Octal | 246 | 262 | 226 | 7 | 0 | 20 | 36 | 126 | 17 | 100 |
| Binary | 10100110 | 10110010 | 10010110 | 111 | 0 | 10000 | 11110 | 1010110 | 1111 | 1000000 |
Color Harmonies of #A6B296
Complementary color
Monochromatic Colors of #A6B296
Black with #A6B296
Text Example
Text Example
White with #A6B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B296; }
p { color: rgb(166,178,150); }
H1.HeaderClassName
{
color: #A6B296;
}
.AnyTagClassName
{
color: #A6B296;
}
</style>
background-color css
<style>
a { background-color: #A6B296; }
a { background-color: rgb(166,178,150); }
div.DivClassName
{
background-color: #A6B296;
}
.BgClassName
{
background-color: #A6B296;
}
</style>
border-color css
<style>
span { border-color: #A6B296; }
span { border-color: rgb(166,178,150); }
td.TdClassName
{
border-color: #A6B296;
}
.TagClassName
{
border-color: #A6B296;
}
</style>