Shades of Norway #A3B396
Tints of Norway #A3B396
RGB
CMYK
RGB Variations
Color information
#A3B396 (or 0xA3B396) is known color: Norway. HEX triplet: A3, B3 and 96. RGB value is (163,179,150). Sum of RGB (Red+Green+Blue) = 163+179+150=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B396 is #5C4C69. Grayscale: #ABABAB. Windows color (decimal): -6048874 or 9876387. OLE color: 9876387.
HSL color Cylindrical-coordinate representation of color #A3B396: hue angle of 93.1º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3B396 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 150 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.30 |
| HSL | 93.1º | 0.16% | 0.65% | - |
| HSV(B) | 93.1º | 0.16% | 0.7% | - |
| XYZ | 36.73 | 42.23 | 35.07 | - |
| YUV | 170.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 150 | 0.09 | 0 | 0.16 | 0.30 | 93.1 | 0.16 | 0.65 |
| Hex | A3 | B3 | 96 | 9 | 0 | 10 | 1E | 5D | 10 | 41 |
| Octal | 243 | 263 | 226 | 11 | 0 | 20 | 36 | 135 | 20 | 101 |
| Binary | 10100011 | 10110011 | 10010110 | 1001 | 0 | 10000 | 11110 | 1011101 | 10000 | 1000001 |
Color Harmonies of #A3B396
Complementary color
Monochromatic Colors of #A3B396
Black with #A3B396
Text Example
Text Example
White with #A3B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B396; }
p { color: rgb(163,179,150); }
H1.HeaderClassName
{
color: #A3B396;
}
.AnyTagClassName
{
color: #A3B396;
}
</style>
background-color css
<style>
a { background-color: #A3B396; }
a { background-color: rgb(163,179,150); }
div.DivClassName
{
background-color: #A3B396;
}
.BgClassName
{
background-color: #A3B396;
}
</style>
border-color css
<style>
span { border-color: #A3B396; }
span { border-color: rgb(163,179,150); }
td.TdClassName
{
border-color: #A3B396;
}
.TagClassName
{
border-color: #A3B396;
}
</style>