Shades of Norway #A3B390
Tints of Norway #A3B390
RGB
CMYK
RGB Variations
Color information
#A3B390 (or 0xA3B390) is known color: Norway. HEX triplet: A3, B3 and 90. RGB value is (163,179,144). Sum of RGB (Red+Green+Blue) = 163+179+144=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B390 is #5C4C6F. Grayscale: #AAAAAA. Windows color (decimal): -6048880 or 9483171. OLE color: 9483171.
HSL color Cylindrical-coordinate representation of color #A3B390: hue angle of 87.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B390 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 144 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.30 |
| HSL | 87.43º | 0.19% | 0.63% | - |
| HSV(B) | 87.43º | 0.2% | 0.7% | - |
| XYZ | 36.26 | 42.04 | 32.59 | - |
| YUV | 170.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 144 | 0.09 | 0 | 0.20 | 0.30 | 87.43 | 0.19 | 0.63 |
| Hex | A3 | B3 | 90 | 9 | 0 | 14 | 1E | 57 | 13 | 3F |
| Octal | 243 | 263 | 220 | 11 | 0 | 24 | 36 | 127 | 23 | 77 |
| Binary | 10100011 | 10110011 | 10010000 | 1001 | 0 | 10100 | 11110 | 1010111 | 10011 | 111111 |
Color Harmonies of #A3B390
Complementary color
Monochromatic Colors of #A3B390
Black with #A3B390
Text Example
Text Example
White with #A3B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B390; }
p { color: rgb(163,179,144); }
H1.HeaderClassName
{
color: #A3B390;
}
.AnyTagClassName
{
color: #A3B390;
}
</style>
background-color css
<style>
a { background-color: #A3B390; }
a { background-color: rgb(163,179,144); }
div.DivClassName
{
background-color: #A3B390;
}
.BgClassName
{
background-color: #A3B390;
}
</style>
border-color css
<style>
span { border-color: #A3B390; }
span { border-color: rgb(163,179,144); }
td.TdClassName
{
border-color: #A3B390;
}
.TagClassName
{
border-color: #A3B390;
}
</style>