Shades of Norway #A6B891
Tints of Norway #A6B891
RGB
CMYK
RGB Variations
Color information
#A6B891 (or 0xA6B891) is known color: Norway. HEX triplet: A6, B8 and 91. RGB value is (166,184,145). Sum of RGB (Red+Green+Blue) = 166+184+145=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B891 is #59476E. Grayscale: #AEAEAE. Windows color (decimal): -5850991 or 9549990. OLE color: 9549990.
HSL color Cylindrical-coordinate representation of color #A6B891: hue angle of 87.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B891 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 145 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.28 |
| HSL | 87.69º | 0.22% | 0.65% | - |
| HSV(B) | 87.69º | 0.21% | 0.72% | - |
| XYZ | 37.98 | 44.43 | 33.36 | - |
| YUV | 174.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 145 | 0.10 | 0 | 0.21 | 0.28 | 87.69 | 0.22 | 0.65 |
| Hex | A6 | B8 | 91 | A | 0 | 15 | 1C | 58 | 16 | 41 |
| Octal | 246 | 270 | 221 | 12 | 0 | 25 | 34 | 130 | 26 | 101 |
| Binary | 10100110 | 10111000 | 10010001 | 1010 | 0 | 10101 | 11100 | 1011000 | 10110 | 1000001 |
Color Harmonies of #A6B891
Complementary color
Monochromatic Colors of #A6B891
Black with #A6B891
Text Example
Text Example
White with #A6B891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B891; }
p { color: rgb(166,184,145); }
H1.HeaderClassName
{
color: #A6B891;
}
.AnyTagClassName
{
color: #A6B891;
}
</style>
background-color css
<style>
a { background-color: #A6B891; }
a { background-color: rgb(166,184,145); }
div.DivClassName
{
background-color: #A6B891;
}
.BgClassName
{
background-color: #A6B891;
}
</style>
border-color css
<style>
span { border-color: #A6B891; }
span { border-color: rgb(166,184,145); }
td.TdClassName
{
border-color: #A6B891;
}
.TagClassName
{
border-color: #A6B891;
}
</style>