Shades of Norway #A3B583
Tints of Norway #A3B583
RGB
CMYK
RGB Variations
Color information
#A3B583 (or 0xA3B583) is known color: Norway. HEX triplet: A3, B5 and 83. RGB value is (163,181,131). Sum of RGB (Red+Green+Blue) = 163+181+131=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B583 is #5C4A7C. Grayscale: #AAAAAA. Windows color (decimal): -6048381 or 8631715. OLE color: 8631715.
HSL color Cylindrical-coordinate representation of color #A3B583: hue angle of 81.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3B583 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 131 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.29 |
| HSL | 81.6º | 0.25% | 0.61% | - |
| HSV(B) | 81.6º | 0.28% | 0.71% | - |
| XYZ | 35.72 | 42.47 | 27.79 | - |
| YUV | 169.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 131 | 0.10 | 0 | 0.28 | 0.29 | 81.6 | 0.25 | 0.61 |
| Hex | A3 | B5 | 83 | A | 0 | 1C | 1D | 52 | 19 | 3D |
| Octal | 243 | 265 | 203 | 12 | 0 | 34 | 35 | 122 | 31 | 75 |
| Binary | 10100011 | 10110101 | 10000011 | 1010 | 0 | 11100 | 11101 | 1010010 | 11001 | 111101 |
Color Harmonies of #A3B583
Complementary color
Monochromatic Colors of #A3B583
Black with #A3B583
Text Example
Text Example
White with #A3B583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B583; }
p { color: rgb(163,181,131); }
H1.HeaderClassName
{
color: #A3B583;
}
.AnyTagClassName
{
color: #A3B583;
}
</style>
background-color css
<style>
a { background-color: #A3B583; }
a { background-color: rgb(163,181,131); }
div.DivClassName
{
background-color: #A3B583;
}
.BgClassName
{
background-color: #A3B583;
}
</style>
border-color css
<style>
span { border-color: #A3B583; }
span { border-color: rgb(163,181,131); }
td.TdClassName
{
border-color: #A3B583;
}
.TagClassName
{
border-color: #A3B583;
}
</style>