Shades of Norway #A3B486
Tints of Norway #A3B486
RGB
CMYK
RGB Variations
Color information
#A3B486 (or 0xA3B486) is known color: Norway. HEX triplet: A3, B4 and 86. RGB value is (163,180,134). Sum of RGB (Red+Green+Blue) = 163+180+134=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B486 is #5C4B79. Grayscale: #A9A9A9. Windows color (decimal): -6048634 or 8828067. OLE color: 8828067.
HSL color Cylindrical-coordinate representation of color #A3B486: hue angle of 82.17º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3B486 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 134 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.29 |
| HSL | 82.17º | 0.23% | 0.62% | - |
| HSV(B) | 82.17º | 0.26% | 0.71% | - |
| XYZ | 35.73 | 42.15 | 28.81 | - |
| YUV | 169.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 134 | 0.09 | 0 | 0.26 | 0.29 | 82.17 | 0.23 | 0.62 |
| Hex | A3 | B4 | 86 | 9 | 0 | 1A | 1D | 52 | 17 | 3E |
| Octal | 243 | 264 | 206 | 11 | 0 | 32 | 35 | 122 | 27 | 76 |
| Binary | 10100011 | 10110100 | 10000110 | 1001 | 0 | 11010 | 11101 | 1010010 | 10111 | 111110 |
Color Harmonies of #A3B486
Complementary color
Monochromatic Colors of #A3B486
Black with #A3B486
Text Example
Text Example
White with #A3B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B486; }
p { color: rgb(163,180,134); }
H1.HeaderClassName
{
color: #A3B486;
}
.AnyTagClassName
{
color: #A3B486;
}
</style>
background-color css
<style>
a { background-color: #A3B486; }
a { background-color: rgb(163,180,134); }
div.DivClassName
{
background-color: #A3B486;
}
.BgClassName
{
background-color: #A3B486;
}
</style>
border-color css
<style>
span { border-color: #A3B486; }
span { border-color: rgb(163,180,134); }
td.TdClassName
{
border-color: #A3B486;
}
.TagClassName
{
border-color: #A3B486;
}
</style>