Shades of Norway #A6B38E
Tints of Norway #A6B38E
RGB
CMYK
RGB Variations
Color information
#A6B38E (or 0xA6B38E) is known color: Norway. HEX triplet: A6, B3 and 8E. RGB value is (166,179,142). Sum of RGB (Red+Green+Blue) = 166+179+142=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B38E is #594C71. Grayscale: #ABABAB. Windows color (decimal): -5852274 or 9352102. OLE color: 9352102.
HSL color Cylindrical-coordinate representation of color #A6B38E: hue angle of 81.08º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B38E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 142 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.30 |
| HSL | 81.08º | 0.2% | 0.63% | - |
| HSV(B) | 81.08º | 0.21% | 0.7% | - |
| XYZ | 36.73 | 42.3 | 31.82 | - |
| YUV | 170.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 142 | 0.07 | 0 | 0.21 | 0.30 | 81.08 | 0.2 | 0.63 |
| Hex | A6 | B3 | 8E | 7 | 0 | 15 | 1E | 51 | 14 | 3F |
| Octal | 246 | 263 | 216 | 7 | 0 | 25 | 36 | 121 | 24 | 77 |
| Binary | 10100110 | 10110011 | 10001110 | 111 | 0 | 10101 | 11110 | 1010001 | 10100 | 111111 |
Color Harmonies of #A6B38E
Complementary color
Monochromatic Colors of #A6B38E
Black with #A6B38E
Text Example
Text Example
White with #A6B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B38E; }
p { color: rgb(166,179,142); }
H1.HeaderClassName
{
color: #A6B38E;
}
.AnyTagClassName
{
color: #A6B38E;
}
</style>
background-color css
<style>
a { background-color: #A6B38E; }
a { background-color: rgb(166,179,142); }
div.DivClassName
{
background-color: #A6B38E;
}
.BgClassName
{
background-color: #A6B38E;
}
</style>
border-color css
<style>
span { border-color: #A6B38E; }
span { border-color: rgb(166,179,142); }
td.TdClassName
{
border-color: #A6B38E;
}
.TagClassName
{
border-color: #A6B38E;
}
</style>