Shades of Norway #A3B590
Tints of Norway #A3B590
RGB
CMYK
RGB Variations
Color information
#A3B590 (or 0xA3B590) is known color: Norway. HEX triplet: A3, B5 and 90. RGB value is (163,181,144). Sum of RGB (Red+Green+Blue) = 163+181+144=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B590 is #5C4A6F. Grayscale: #ABABAB. Windows color (decimal): -6048368 or 9483683. OLE color: 9483683.
HSL color Cylindrical-coordinate representation of color #A3B590: hue angle of 89.19º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B590 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 144 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.29 |
| HSL | 89.19º | 0.2% | 0.64% | - |
| HSV(B) | 89.19º | 0.2% | 0.71% | - |
| XYZ | 36.66 | 42.85 | 32.72 | - |
| YUV | 171.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 144 | 0.10 | 0 | 0.20 | 0.29 | 89.19 | 0.2 | 0.64 |
| Hex | A3 | B5 | 90 | A | 0 | 14 | 1D | 59 | 14 | 40 |
| Octal | 243 | 265 | 220 | 12 | 0 | 24 | 35 | 131 | 24 | 100 |
| Binary | 10100011 | 10110101 | 10010000 | 1010 | 0 | 10100 | 11101 | 1011001 | 10100 | 1000000 |
Color Harmonies of #A3B590
Complementary color
Monochromatic Colors of #A3B590
Black with #A3B590
Text Example
Text Example
White with #A3B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B590; }
p { color: rgb(163,181,144); }
H1.HeaderClassName
{
color: #A3B590;
}
.AnyTagClassName
{
color: #A3B590;
}
</style>
background-color css
<style>
a { background-color: #A3B590; }
a { background-color: rgb(163,181,144); }
div.DivClassName
{
background-color: #A3B590;
}
.BgClassName
{
background-color: #A3B590;
}
</style>
border-color css
<style>
span { border-color: #A3B590; }
span { border-color: rgb(163,181,144); }
td.TdClassName
{
border-color: #A3B590;
}
.TagClassName
{
border-color: #A3B590;
}
</style>