Shades of Norway #A0AD96
Tints of Norway #A0AD96
RGB
CMYK
RGB Variations
Color information
#A0AD96 (or 0xA0AD96) is known color: Norway. HEX triplet: A0, AD and 96. RGB value is (160,173,150). Sum of RGB (Red+Green+Blue) = 160+173+150=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD96 is #5F5269. Grayscale: #A6A6A6. Windows color (decimal): -6247018 or 9874848. OLE color: 9874848.
HSL color Cylindrical-coordinate representation of color #A0AD96: hue angle of 93.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AD96 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 150 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.32 |
| HSL | 93.91º | 0.12% | 0.63% | - |
| HSV(B) | 93.91º | 0.13% | 0.68% | - |
| XYZ | 34.95 | 39.56 | 34.65 | - |
| YUV | 166.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 150 | 0.08 | 0 | 0.13 | 0.32 | 93.91 | 0.12 | 0.63 |
| Hex | A0 | AD | 96 | 8 | 0 | D | 20 | 5E | C | 3F |
| Octal | 240 | 255 | 226 | 10 | 0 | 15 | 40 | 136 | 14 | 77 |
| Binary | 10100000 | 10101101 | 10010110 | 1000 | 0 | 1101 | 100000 | 1011110 | 1100 | 111111 |
Color Harmonies of #A0AD96
Complementary color
Monochromatic Colors of #A0AD96
Black with #A0AD96
Text Example
Text Example
White with #A0AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD96; }
p { color: rgb(160,173,150); }
H1.HeaderClassName
{
color: #A0AD96;
}
.AnyTagClassName
{
color: #A0AD96;
}
</style>
background-color css
<style>
a { background-color: #A0AD96; }
a { background-color: rgb(160,173,150); }
div.DivClassName
{
background-color: #A0AD96;
}
.BgClassName
{
background-color: #A0AD96;
}
</style>
border-color css
<style>
span { border-color: #A0AD96; }
span { border-color: rgb(160,173,150); }
td.TdClassName
{
border-color: #A0AD96;
}
.TagClassName
{
border-color: #A0AD96;
}
</style>