Shades of Norway #A3B987
Tints of Norway #A3B987
RGB
CMYK
RGB Variations
Color information
#A3B987 (or 0xA3B987) is known color: Norway. HEX triplet: A3, B9 and 87. RGB value is (163,185,135). Sum of RGB (Red+Green+Blue) = 163+185+135=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B987 is #5C4678. Grayscale: #ACACAC. Windows color (decimal): -6047353 or 8894883. OLE color: 8894883.
HSL color Cylindrical-coordinate representation of color #A3B987: hue angle of 86.4º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3B987 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 135 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.27 |
| HSL | 86.4º | 0.26% | 0.63% | - |
| HSV(B) | 86.4º | 0.27% | 0.73% | - |
| XYZ | 36.83 | 44.23 | 29.52 | - |
| YUV | 172.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 135 | 0.12 | 0 | 0.27 | 0.27 | 86.4 | 0.26 | 0.63 |
| Hex | A3 | B9 | 87 | C | 0 | 1B | 1B | 56 | 1A | 3F |
| Octal | 243 | 271 | 207 | 14 | 0 | 33 | 33 | 126 | 32 | 77 |
| Binary | 10100011 | 10111001 | 10000111 | 1100 | 0 | 11011 | 11011 | 1010110 | 11010 | 111111 |
Color Harmonies of #A3B987
Complementary color
Monochromatic Colors of #A3B987
Black with #A3B987
Text Example
Text Example
White with #A3B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B987; }
p { color: rgb(163,185,135); }
H1.HeaderClassName
{
color: #A3B987;
}
.AnyTagClassName
{
color: #A3B987;
}
</style>
background-color css
<style>
a { background-color: #A3B987; }
a { background-color: rgb(163,185,135); }
div.DivClassName
{
background-color: #A3B987;
}
.BgClassName
{
background-color: #A3B987;
}
</style>
border-color css
<style>
span { border-color: #A3B987; }
span { border-color: rgb(163,185,135); }
td.TdClassName
{
border-color: #A3B987;
}
.TagClassName
{
border-color: #A3B987;
}
</style>