Shades of Norway #A3B589
Tints of Norway #A3B589
RGB
CMYK
RGB Variations
Color information
#A3B589 (or 0xA3B589) is known color: Norway. HEX triplet: A3, B5 and 89. RGB value is (163,181,137). Sum of RGB (Red+Green+Blue) = 163+181+137=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B589 is #5C4A76. Grayscale: #AAAAAA. Windows color (decimal): -6048375 or 9024931. OLE color: 9024931.
HSL color Cylindrical-coordinate representation of color #A3B589: hue angle of 84.55º degrees, saturation: 0.23, 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 #A3B589 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 137 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.29 |
| HSL | 84.55º | 0.23% | 0.62% | - |
| HSV(B) | 84.55º | 0.24% | 0.71% | - |
| XYZ | 36.14 | 42.64 | 29.99 | - |
| YUV | 170.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 137 | 0.10 | 0 | 0.24 | 0.29 | 84.55 | 0.23 | 0.62 |
| Hex | A3 | B5 | 89 | A | 0 | 18 | 1D | 55 | 17 | 3E |
| Octal | 243 | 265 | 211 | 12 | 0 | 30 | 35 | 125 | 27 | 76 |
| Binary | 10100011 | 10110101 | 10001001 | 1010 | 0 | 11000 | 11101 | 1010101 | 10111 | 111110 |
Color Harmonies of #A3B589
Complementary color
Monochromatic Colors of #A3B589
Black with #A3B589
Text Example
Text Example
White with #A3B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B589; }
p { color: rgb(163,181,137); }
H1.HeaderClassName
{
color: #A3B589;
}
.AnyTagClassName
{
color: #A3B589;
}
</style>
background-color css
<style>
a { background-color: #A3B589; }
a { background-color: rgb(163,181,137); }
div.DivClassName
{
background-color: #A3B589;
}
.BgClassName
{
background-color: #A3B589;
}
</style>
border-color css
<style>
span { border-color: #A3B589; }
span { border-color: rgb(163,181,137); }
td.TdClassName
{
border-color: #A3B589;
}
.TagClassName
{
border-color: #A3B589;
}
</style>