Shades of Norway #A0B786
Tints of Norway #A0B786
RGB
CMYK
RGB Variations
Color information
#A0B786 (or 0xA0B786) is known color: Norway. HEX triplet: A0, B7 and 86. RGB value is (160,183,134). Sum of RGB (Red+Green+Blue) = 160+183+134=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B786 is #5F4879. Grayscale: #AAAAAA. Windows color (decimal): -6244474 or 8828832. OLE color: 8828832.
HSL color Cylindrical-coordinate representation of color #A0B786: hue angle of 88.16º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B786 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 134 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.28 |
| HSL | 88.16º | 0.25% | 0.62% | - |
| HSV(B) | 88.16º | 0.27% | 0.72% | - |
| XYZ | 35.73 | 43.06 | 28.98 | - |
| YUV | 170.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 134 | 0.13 | 0 | 0.27 | 0.28 | 88.16 | 0.25 | 0.62 |
| Hex | A0 | B7 | 86 | D | 0 | 1B | 1C | 58 | 19 | 3E |
| Octal | 240 | 267 | 206 | 15 | 0 | 33 | 34 | 130 | 31 | 76 |
| Binary | 10100000 | 10110111 | 10000110 | 1101 | 0 | 11011 | 11100 | 1011000 | 11001 | 111110 |
Color Harmonies of #A0B786
Complementary color
Monochromatic Colors of #A0B786
Black with #A0B786
Text Example
Text Example
White with #A0B786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B786; }
p { color: rgb(160,183,134); }
H1.HeaderClassName
{
color: #A0B786;
}
.AnyTagClassName
{
color: #A0B786;
}
</style>
background-color css
<style>
a { background-color: #A0B786; }
a { background-color: rgb(160,183,134); }
div.DivClassName
{
background-color: #A0B786;
}
.BgClassName
{
background-color: #A0B786;
}
</style>
border-color css
<style>
span { border-color: #A0B786; }
span { border-color: rgb(160,183,134); }
td.TdClassName
{
border-color: #A0B786;
}
.TagClassName
{
border-color: #A0B786;
}
</style>