Shades of Norway #A3B886
Tints of Norway #A3B886
RGB
CMYK
RGB Variations
Color information
#A3B886 (or 0xA3B886) is known color: Norway. HEX triplet: A3, B8 and 86. RGB value is (163,184,134). Sum of RGB (Red+Green+Blue) = 163+184+134=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B886 is #5C4779. Grayscale: #ACACAC. Windows color (decimal): -6047610 or 8829091. OLE color: 8829091.
HSL color Cylindrical-coordinate representation of color #A3B886: hue angle of 85.2º degrees, saturation: 0.26, 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 #A3B886 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 134 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.28 |
| HSL | 85.2º | 0.26% | 0.62% | - |
| HSV(B) | 85.2º | 0.27% | 0.72% | - |
| XYZ | 36.55 | 43.79 | 29.08 | - |
| YUV | 172.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 134 | 0.11 | 0 | 0.27 | 0.28 | 85.2 | 0.26 | 0.62 |
| Hex | A3 | B8 | 86 | B | 0 | 1B | 1C | 55 | 1A | 3E |
| Octal | 243 | 270 | 206 | 13 | 0 | 33 | 34 | 125 | 32 | 76 |
| Binary | 10100011 | 10111000 | 10000110 | 1011 | 0 | 11011 | 11100 | 1010101 | 11010 | 111110 |
Color Harmonies of #A3B886
Complementary color
Monochromatic Colors of #A3B886
Black with #A3B886
Text Example
Text Example
White with #A3B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B886; }
p { color: rgb(163,184,134); }
H1.HeaderClassName
{
color: #A3B886;
}
.AnyTagClassName
{
color: #A3B886;
}
</style>
background-color css
<style>
a { background-color: #A3B886; }
a { background-color: rgb(163,184,134); }
div.DivClassName
{
background-color: #A3B886;
}
.BgClassName
{
background-color: #A3B886;
}
</style>
border-color css
<style>
span { border-color: #A3B886; }
span { border-color: rgb(163,184,134); }
td.TdClassName
{
border-color: #A3B886;
}
.TagClassName
{
border-color: #A3B886;
}
</style>