Shades of Norway #A6B495
Tints of Norway #A6B495
RGB
CMYK
RGB Variations
Color information
#A6B495 (or 0xA6B495) is known color: Norway. HEX triplet: A6, B4 and 95. RGB value is (166,180,149). Sum of RGB (Red+Green+Blue) = 166+180+149=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B495 is #594B6A. Grayscale: #ACACAC. Windows color (decimal): -5852011 or 9811110. OLE color: 9811110.
HSL color Cylindrical-coordinate representation of color #A6B495: hue angle of 87.1º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B495 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 149 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.29 |
| HSL | 87.1º | 0.17% | 0.65% | - |
| HSV(B) | 87.1º | 0.17% | 0.71% | - |
| XYZ | 37.47 | 42.92 | 34.74 | - |
| YUV | 172.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 149 | 0.08 | 0 | 0.17 | 0.29 | 87.1 | 0.17 | 0.65 |
| Hex | A6 | B4 | 95 | 8 | 0 | 11 | 1D | 57 | 11 | 41 |
| Octal | 246 | 264 | 225 | 10 | 0 | 21 | 35 | 127 | 21 | 101 |
| Binary | 10100110 | 10110100 | 10010101 | 1000 | 0 | 10001 | 11101 | 1010111 | 10001 | 1000001 |
Color Harmonies of #A6B495
Complementary color
Monochromatic Colors of #A6B495
Black with #A6B495
Text Example
Text Example
White with #A6B495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B495; }
p { color: rgb(166,180,149); }
H1.HeaderClassName
{
color: #A6B495;
}
.AnyTagClassName
{
color: #A6B495;
}
</style>
background-color css
<style>
a { background-color: #A6B495; }
a { background-color: rgb(166,180,149); }
div.DivClassName
{
background-color: #A6B495;
}
.BgClassName
{
background-color: #A6B495;
}
</style>
border-color css
<style>
span { border-color: #A6B495; }
span { border-color: rgb(166,180,149); }
td.TdClassName
{
border-color: #A6B495;
}
.TagClassName
{
border-color: #A6B495;
}
</style>