Shades of Norway #A3B093
Tints of Norway #A3B093
RGB
CMYK
RGB Variations
Color information
#A3B093 (or 0xA3B093) is known color: Norway. HEX triplet: A3, B0 and 93. RGB value is (163,176,147). Sum of RGB (Red+Green+Blue) = 163+176+147=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B093 is #5C4F6C. Grayscale: #A8A8A8. Windows color (decimal): -6049645 or 9679011. OLE color: 9679011.
HSL color Cylindrical-coordinate representation of color #A3B093: hue angle of 86.9º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3B093 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 147 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.31 |
| HSL | 86.9º | 0.16% | 0.63% | - |
| HSV(B) | 86.9º | 0.16% | 0.69% | - |
| XYZ | 35.9 | 40.94 | 33.61 | - |
| YUV | 168.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 147 | 0.07 | 0 | 0.16 | 0.31 | 86.9 | 0.16 | 0.63 |
| Hex | A3 | B0 | 93 | 7 | 0 | 10 | 1F | 57 | 10 | 3F |
| Octal | 243 | 260 | 223 | 7 | 0 | 20 | 37 | 127 | 20 | 77 |
| Binary | 10100011 | 10110000 | 10010011 | 111 | 0 | 10000 | 11111 | 1010111 | 10000 | 111111 |
Color Harmonies of #A3B093
Complementary color
Monochromatic Colors of #A3B093
Black with #A3B093
Text Example
Text Example
White with #A3B093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B093; }
p { color: rgb(163,176,147); }
H1.HeaderClassName
{
color: #A3B093;
}
.AnyTagClassName
{
color: #A3B093;
}
</style>
background-color css
<style>
a { background-color: #A3B093; }
a { background-color: rgb(163,176,147); }
div.DivClassName
{
background-color: #A3B093;
}
.BgClassName
{
background-color: #A3B093;
}
</style>
border-color css
<style>
span { border-color: #A3B093; }
span { border-color: rgb(163,176,147); }
td.TdClassName
{
border-color: #A3B093;
}
.TagClassName
{
border-color: #A3B093;
}
</style>