Shades of Norway #A3B790
Tints of Norway #A3B790
RGB
CMYK
RGB Variations
Color information
#A3B790 (or 0xA3B790) is known color: Norway. HEX triplet: A3, B7 and 90. RGB value is (163,183,144). Sum of RGB (Red+Green+Blue) = 163+183+144=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B790 is #5C486F. Grayscale: #ACACAC. Windows color (decimal): -6047856 or 9484195. OLE color: 9484195.
HSL color Cylindrical-coordinate representation of color #A3B790: hue angle of 90.77º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B790 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 144 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.28 |
| HSL | 90.77º | 0.21% | 0.64% | - |
| HSV(B) | 90.77º | 0.21% | 0.72% | - |
| XYZ | 37.07 | 43.67 | 32.86 | - |
| YUV | 172.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 144 | 0.11 | 0 | 0.21 | 0.28 | 90.77 | 0.21 | 0.64 |
| Hex | A3 | B7 | 90 | B | 0 | 15 | 1C | 5B | 15 | 40 |
| Octal | 243 | 267 | 220 | 13 | 0 | 25 | 34 | 133 | 25 | 100 |
| Binary | 10100011 | 10110111 | 10010000 | 1011 | 0 | 10101 | 11100 | 1011011 | 10101 | 1000000 |
Color Harmonies of #A3B790
Complementary color
Monochromatic Colors of #A3B790
Black with #A3B790
Text Example
Text Example
White with #A3B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B790; }
p { color: rgb(163,183,144); }
H1.HeaderClassName
{
color: #A3B790;
}
.AnyTagClassName
{
color: #A3B790;
}
</style>
background-color css
<style>
a { background-color: #A3B790; }
a { background-color: rgb(163,183,144); }
div.DivClassName
{
background-color: #A3B790;
}
.BgClassName
{
background-color: #A3B790;
}
</style>
border-color css
<style>
span { border-color: #A3B790; }
span { border-color: rgb(163,183,144); }
td.TdClassName
{
border-color: #A3B790;
}
.TagClassName
{
border-color: #A3B790;
}
</style>