Shades of Norway #A3B096
Tints of Norway #A3B096
RGB
CMYK
RGB Variations
Color information
#A3B096 (or 0xA3B096) is known color: Norway. HEX triplet: A3, B0 and 96. RGB value is (163,176,150). Sum of RGB (Red+Green+Blue) = 163+176+150=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B096 is #5C4F69. Grayscale: #A9A9A9. Windows color (decimal): -6049642 or 9875619. OLE color: 9875619.
HSL color Cylindrical-coordinate representation of color #A3B096: hue angle of 90º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B096 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 150 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.31 |
| HSL | 90º | 0.14% | 0.64% | - |
| HSV(B) | 90º | 0.15% | 0.69% | - |
| XYZ | 36.13 | 41.04 | 34.87 | - |
| YUV | 169.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 150 | 0.07 | 0 | 0.15 | 0.31 | 90 | 0.14 | 0.64 |
| Hex | A3 | B0 | 96 | 7 | 0 | F | 1F | 5A | E | 40 |
| Octal | 243 | 260 | 226 | 7 | 0 | 17 | 37 | 132 | 16 | 100 |
| Binary | 10100011 | 10110000 | 10010110 | 111 | 0 | 1111 | 11111 | 1011010 | 1110 | 1000000 |
Color Harmonies of #A3B096
Complementary color
Monochromatic Colors of #A3B096
Black with #A3B096
Text Example
Text Example
White with #A3B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B096; }
p { color: rgb(163,176,150); }
H1.HeaderClassName
{
color: #A3B096;
}
.AnyTagClassName
{
color: #A3B096;
}
</style>
background-color css
<style>
a { background-color: #A3B096; }
a { background-color: rgb(163,176,150); }
div.DivClassName
{
background-color: #A3B096;
}
.BgClassName
{
background-color: #A3B096;
}
</style>
border-color css
<style>
span { border-color: #A3B096; }
span { border-color: rgb(163,176,150); }
td.TdClassName
{
border-color: #A3B096;
}
.TagClassName
{
border-color: #A3B096;
}
</style>