Shades of Norway #A6B787
Tints of Norway #A6B787
RGB
CMYK
RGB Variations
Color information
#A6B787 (or 0xA6B787) is known color: Norway. HEX triplet: A6, B7 and 87. RGB value is (166,183,135). Sum of RGB (Red+Green+Blue) = 166+183+135=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B787 is #594878. Grayscale: #ACACAC. Windows color (decimal): -5851257 or 8894374. OLE color: 8894374.
HSL color Cylindrical-coordinate representation of color #A6B787: hue angle of 81.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B787 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 135 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.28 |
| HSL | 81.25º | 0.25% | 0.62% | - |
| HSV(B) | 81.25º | 0.26% | 0.72% | - |
| XYZ | 37.03 | 43.72 | 29.41 | - |
| YUV | 172.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 135 | 0.09 | 0 | 0.26 | 0.28 | 81.25 | 0.25 | 0.62 |
| Hex | A6 | B7 | 87 | 9 | 0 | 1A | 1C | 51 | 19 | 3E |
| Octal | 246 | 267 | 207 | 11 | 0 | 32 | 34 | 121 | 31 | 76 |
| Binary | 10100110 | 10110111 | 10000111 | 1001 | 0 | 11010 | 11100 | 1010001 | 11001 | 111110 |
Color Harmonies of #A6B787
Complementary color
Monochromatic Colors of #A6B787
Black with #A6B787
Text Example
Text Example
White with #A6B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B787; }
p { color: rgb(166,183,135); }
H1.HeaderClassName
{
color: #A6B787;
}
.AnyTagClassName
{
color: #A6B787;
}
</style>
background-color css
<style>
a { background-color: #A6B787; }
a { background-color: rgb(166,183,135); }
div.DivClassName
{
background-color: #A6B787;
}
.BgClassName
{
background-color: #A6B787;
}
</style>
border-color css
<style>
span { border-color: #A6B787; }
span { border-color: rgb(166,183,135); }
td.TdClassName
{
border-color: #A6B787;
}
.TagClassName
{
border-color: #A6B787;
}
</style>