Shades of Norway #A6B988
Tints of Norway #A6B988
RGB
CMYK
RGB Variations
Color information
#A6B988 (or 0xA6B988) is known color: Norway. HEX triplet: A6, B9 and 88. RGB value is (166,185,136). Sum of RGB (Red+Green+Blue) = 166+185+136=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B988 is #594677. Grayscale: #ADADAD. Windows color (decimal): -5850744 or 8960422. OLE color: 8960422.
HSL color Cylindrical-coordinate representation of color #A6B988: hue angle of 83.27º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B988 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 136 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.27 |
| HSL | 83.27º | 0.26% | 0.63% | - |
| HSV(B) | 83.27º | 0.26% | 0.73% | - |
| XYZ | 37.52 | 44.58 | 29.92 | - |
| YUV | 173.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 136 | 0.10 | 0 | 0.26 | 0.27 | 83.27 | 0.26 | 0.63 |
| Hex | A6 | B9 | 88 | A | 0 | 1A | 1B | 53 | 1A | 3F |
| Octal | 246 | 271 | 210 | 12 | 0 | 32 | 33 | 123 | 32 | 77 |
| Binary | 10100110 | 10111001 | 10001000 | 1010 | 0 | 11010 | 11011 | 1010011 | 11010 | 111111 |
Color Harmonies of #A6B988
Complementary color
Monochromatic Colors of #A6B988
Black with #A6B988
Text Example
Text Example
White with #A6B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B988; }
p { color: rgb(166,185,136); }
H1.HeaderClassName
{
color: #A6B988;
}
.AnyTagClassName
{
color: #A6B988;
}
</style>
background-color css
<style>
a { background-color: #A6B988; }
a { background-color: rgb(166,185,136); }
div.DivClassName
{
background-color: #A6B988;
}
.BgClassName
{
background-color: #A6B988;
}
</style>
border-color css
<style>
span { border-color: #A6B988; }
span { border-color: rgb(166,185,136); }
td.TdClassName
{
border-color: #A6B988;
}
.TagClassName
{
border-color: #A6B988;
}
</style>