Shades of Norway #A3B593
Tints of Norway #A3B593
RGB
CMYK
RGB Variations
Color information
#A3B593 (or 0xA3B593) is known color: Norway. HEX triplet: A3, B5 and 93. RGB value is (163,181,147). Sum of RGB (Red+Green+Blue) = 163+181+147=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B593 is #5C4A6C. Grayscale: #ABABAB. Windows color (decimal): -6048365 or 9680291. OLE color: 9680291.
HSL color Cylindrical-coordinate representation of color #A3B593: hue angle of 91.76º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B593 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 147 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.29 |
| HSL | 91.76º | 0.19% | 0.64% | - |
| HSV(B) | 91.76º | 0.19% | 0.71% | - |
| XYZ | 36.89 | 42.94 | 33.95 | - |
| YUV | 171.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 147 | 0.10 | 0 | 0.19 | 0.29 | 91.76 | 0.19 | 0.64 |
| Hex | A3 | B5 | 93 | A | 0 | 13 | 1D | 5C | 13 | 40 |
| Octal | 243 | 265 | 223 | 12 | 0 | 23 | 35 | 134 | 23 | 100 |
| Binary | 10100011 | 10110101 | 10010011 | 1010 | 0 | 10011 | 11101 | 1011100 | 10011 | 1000000 |
Color Harmonies of #A3B593
Complementary color
Monochromatic Colors of #A3B593
Black with #A3B593
Text Example
Text Example
White with #A3B593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B593; }
p { color: rgb(163,181,147); }
H1.HeaderClassName
{
color: #A3B593;
}
.AnyTagClassName
{
color: #A3B593;
}
</style>
background-color css
<style>
a { background-color: #A3B593; }
a { background-color: rgb(163,181,147); }
div.DivClassName
{
background-color: #A3B593;
}
.BgClassName
{
background-color: #A3B593;
}
</style>
border-color css
<style>
span { border-color: #A3B593; }
span { border-color: rgb(163,181,147); }
td.TdClassName
{
border-color: #A3B593;
}
.TagClassName
{
border-color: #A3B593;
}
</style>