Shades of Norway #A3B489
Tints of Norway #A3B489
RGB
CMYK
RGB Variations
Color information
#A3B489 (or 0xA3B489) is known color: Norway. HEX triplet: A3, B4 and 89. RGB value is (163,180,137). Sum of RGB (Red+Green+Blue) = 163+180+137=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B489 is #5C4B76. Grayscale: #AAAAAA. Windows color (decimal): -6048631 or 9024675. OLE color: 9024675.
HSL color Cylindrical-coordinate representation of color #A3B489: hue angle of 83.72º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B489 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 137 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.29 |
| HSL | 83.72º | 0.22% | 0.62% | - |
| HSV(B) | 83.72º | 0.24% | 0.71% | - |
| XYZ | 35.94 | 42.24 | 29.92 | - |
| YUV | 170.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 137 | 0.09 | 0 | 0.24 | 0.29 | 83.72 | 0.22 | 0.62 |
| Hex | A3 | B4 | 89 | 9 | 0 | 18 | 1D | 54 | 16 | 3E |
| Octal | 243 | 264 | 211 | 11 | 0 | 30 | 35 | 124 | 26 | 76 |
| Binary | 10100011 | 10110100 | 10001001 | 1001 | 0 | 11000 | 11101 | 1010100 | 10110 | 111110 |
Color Harmonies of #A3B489
Complementary color
Monochromatic Colors of #A3B489
Black with #A3B489
Text Example
Text Example
White with #A3B489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B489; }
p { color: rgb(163,180,137); }
H1.HeaderClassName
{
color: #A3B489;
}
.AnyTagClassName
{
color: #A3B489;
}
</style>
background-color css
<style>
a { background-color: #A3B489; }
a { background-color: rgb(163,180,137); }
div.DivClassName
{
background-color: #A3B489;
}
.BgClassName
{
background-color: #A3B489;
}
</style>
border-color css
<style>
span { border-color: #A3B489; }
span { border-color: rgb(163,180,137); }
td.TdClassName
{
border-color: #A3B489;
}
.TagClassName
{
border-color: #A3B489;
}
</style>