Shades of Norway #A6B19A
Tints of Norway #A6B19A
RGB
CMYK
RGB Variations
Color information
#A6B19A (or 0xA6B19A) is known color: Norway. HEX triplet: A6, B1 and 9A. RGB value is (166,177,154). Sum of RGB (Red+Green+Blue) = 166+177+154=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B19A is #594E65. Grayscale: #ABABAB. Windows color (decimal): -5852774 or 10138022. OLE color: 10138022.
HSL color Cylindrical-coordinate representation of color #A6B19A: hue angle of 88.7º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B19A is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 154 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.31 |
| HSL | 88.7º | 0.13% | 0.65% | - |
| HSV(B) | 88.7º | 0.13% | 0.69% | - |
| XYZ | 37.28 | 41.88 | 36.69 | - |
| YUV | 171.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 154 | 0.06 | 0 | 0.13 | 0.31 | 88.7 | 0.13 | 0.65 |
| Hex | A6 | B1 | 9A | 6 | 0 | D | 1F | 59 | D | 41 |
| Octal | 246 | 261 | 232 | 6 | 0 | 15 | 37 | 131 | 15 | 101 |
| Binary | 10100110 | 10110001 | 10011010 | 110 | 0 | 1101 | 11111 | 1011001 | 1101 | 1000001 |
Color Harmonies of #A6B19A
Complementary color
Monochromatic Colors of #A6B19A
Black with #A6B19A
Text Example
Text Example
White with #A6B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B19A; }
p { color: rgb(166,177,154); }
H1.HeaderClassName
{
color: #A6B19A;
}
.AnyTagClassName
{
color: #A6B19A;
}
</style>
background-color css
<style>
a { background-color: #A6B19A; }
a { background-color: rgb(166,177,154); }
div.DivClassName
{
background-color: #A6B19A;
}
.BgClassName
{
background-color: #A6B19A;
}
</style>
border-color css
<style>
span { border-color: #A6B19A; }
span { border-color: rgb(166,177,154); }
td.TdClassName
{
border-color: #A6B19A;
}
.TagClassName
{
border-color: #A6B19A;
}
</style>