Shades of Norway #A3B582
Tints of Norway #A3B582
RGB
CMYK
RGB Variations
Color information
#A3B582 (or 0xA3B582) is known color: Norway. HEX triplet: A3, B5 and 82. RGB value is (163,181,130). Sum of RGB (Red+Green+Blue) = 163+181+130=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B582 is #5C4A7D. Grayscale: #A9A9A9. Windows color (decimal): -6048382 or 8566179. OLE color: 8566179.
HSL color Cylindrical-coordinate representation of color #A3B582: hue angle of 81.18º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3B582 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 130 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.29 |
| HSL | 81.18º | 0.26% | 0.61% | - |
| HSV(B) | 81.18º | 0.28% | 0.71% | - |
| XYZ | 35.66 | 42.45 | 27.43 | - |
| YUV | 169.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 130 | 0.10 | 0 | 0.28 | 0.29 | 81.18 | 0.26 | 0.61 |
| Hex | A3 | B5 | 82 | A | 0 | 1C | 1D | 51 | 1A | 3D |
| Octal | 243 | 265 | 202 | 12 | 0 | 34 | 35 | 121 | 32 | 75 |
| Binary | 10100011 | 10110101 | 10000010 | 1010 | 0 | 11100 | 11101 | 1010001 | 11010 | 111101 |
Color Harmonies of #A3B582
Complementary color
Monochromatic Colors of #A3B582
Black with #A3B582
Text Example
Text Example
White with #A3B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B582; }
p { color: rgb(163,181,130); }
H1.HeaderClassName
{
color: #A3B582;
}
.AnyTagClassName
{
color: #A3B582;
}
</style>
background-color css
<style>
a { background-color: #A3B582; }
a { background-color: rgb(163,181,130); }
div.DivClassName
{
background-color: #A3B582;
}
.BgClassName
{
background-color: #A3B582;
}
</style>
border-color css
<style>
span { border-color: #A3B582; }
span { border-color: rgb(163,181,130); }
td.TdClassName
{
border-color: #A3B582;
}
.TagClassName
{
border-color: #A3B582;
}
</style>