Shades of Norway #A3B386
Tints of Norway #A3B386
RGB
CMYK
RGB Variations
Color information
#A3B386 (or 0xA3B386) is known color: Norway. HEX triplet: A3, B3 and 86. RGB value is (163,179,134). Sum of RGB (Red+Green+Blue) = 163+179+134=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B386 is #5C4C79. Grayscale: #A9A9A9. Windows color (decimal): -6048890 or 8827811. OLE color: 8827811.
HSL color Cylindrical-coordinate representation of color #A3B386: hue angle of 81.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3B386 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 134 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.30 |
| HSL | 81.33º | 0.23% | 0.61% | - |
| HSV(B) | 81.33º | 0.25% | 0.7% | - |
| XYZ | 35.53 | 41.75 | 28.74 | - |
| YUV | 169.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 134 | 0.09 | 0 | 0.25 | 0.30 | 81.33 | 0.23 | 0.61 |
| Hex | A3 | B3 | 86 | 9 | 0 | 19 | 1E | 51 | 17 | 3D |
| Octal | 243 | 263 | 206 | 11 | 0 | 31 | 36 | 121 | 27 | 75 |
| Binary | 10100011 | 10110011 | 10000110 | 1001 | 0 | 11001 | 11110 | 1010001 | 10111 | 111101 |
Color Harmonies of #A3B386
Complementary color
Monochromatic Colors of #A3B386
Black with #A3B386
Text Example
Text Example
White with #A3B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B386; }
p { color: rgb(163,179,134); }
H1.HeaderClassName
{
color: #A3B386;
}
.AnyTagClassName
{
color: #A3B386;
}
</style>
background-color css
<style>
a { background-color: #A3B386; }
a { background-color: rgb(163,179,134); }
div.DivClassName
{
background-color: #A3B386;
}
.BgClassName
{
background-color: #A3B386;
}
</style>
border-color css
<style>
span { border-color: #A3B386; }
span { border-color: rgb(163,179,134); }
td.TdClassName
{
border-color: #A3B386;
}
.TagClassName
{
border-color: #A3B386;
}
</style>