Shades of Norway #A6B49D
Tints of Norway #A6B49D
RGB
CMYK
RGB Variations
Color information
#A6B49D (or 0xA6B49D) is known color: Norway. HEX triplet: A6, B4 and 9D. RGB value is (166,180,157). Sum of RGB (Red+Green+Blue) = 166+180+157=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49D is #594B62. Grayscale: #ADADAD. Windows color (decimal): -5852003 or 10335398. OLE color: 10335398.
HSL color Cylindrical-coordinate representation of color #A6B49D: hue angle of 96.52º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B49D is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 157 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.29 |
| HSL | 96.52º | 0.13% | 0.66% | - |
| HSV(B) | 96.52º | 0.13% | 0.71% | - |
| XYZ | 38.13 | 43.18 | 38.22 | - |
| YUV | 173.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 157 | 0.08 | 0 | 0.13 | 0.29 | 96.52 | 0.13 | 0.66 |
| Hex | A6 | B4 | 9D | 8 | 0 | D | 1D | 61 | D | 42 |
| Octal | 246 | 264 | 235 | 10 | 0 | 15 | 35 | 141 | 15 | 102 |
| Binary | 10100110 | 10110100 | 10011101 | 1000 | 0 | 1101 | 11101 | 1100001 | 1101 | 1000010 |
Color Harmonies of #A6B49D
Complementary color
Monochromatic Colors of #A6B49D
Black with #A6B49D
Text Example
Text Example
White with #A6B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B49D; }
p { color: rgb(166,180,157); }
H1.HeaderClassName
{
color: #A6B49D;
}
.AnyTagClassName
{
color: #A6B49D;
}
</style>
background-color css
<style>
a { background-color: #A6B49D; }
a { background-color: rgb(166,180,157); }
div.DivClassName
{
background-color: #A6B49D;
}
.BgClassName
{
background-color: #A6B49D;
}
</style>
border-color css
<style>
span { border-color: #A6B49D; }
span { border-color: rgb(166,180,157); }
td.TdClassName
{
border-color: #A6B49D;
}
.TagClassName
{
border-color: #A6B49D;
}
</style>