Shades of Norway #A0AD8F
Tints of Norway #A0AD8F
RGB
CMYK
RGB Variations
Color information
#A0AD8F (or 0xA0AD8F) is known color: Norway. HEX triplet: A0, AD and 8F. RGB value is (160,173,143). Sum of RGB (Red+Green+Blue) = 160+173+143=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD8F is #5F5270. Grayscale: #A5A5A5. Windows color (decimal): -6247025 or 9416096. OLE color: 9416096.
HSL color Cylindrical-coordinate representation of color #A0AD8F: hue angle of 86º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0AD8F is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 143 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.32 |
| HSL | 86º | 0.15% | 0.62% | - |
| HSV(B) | 86º | 0.17% | 0.68% | - |
| XYZ | 34.4 | 39.34 | 31.77 | - |
| YUV | 165.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 143 | 0.08 | 0 | 0.17 | 0.32 | 86 | 0.15 | 0.62 |
| Hex | A0 | AD | 8F | 8 | 0 | 11 | 20 | 56 | F | 3E |
| Octal | 240 | 255 | 217 | 10 | 0 | 21 | 40 | 126 | 17 | 76 |
| Binary | 10100000 | 10101101 | 10001111 | 1000 | 0 | 10001 | 100000 | 1010110 | 1111 | 111110 |
Color Harmonies of #A0AD8F
Complementary color
Monochromatic Colors of #A0AD8F
Black with #A0AD8F
Text Example
Text Example
White with #A0AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD8F; }
p { color: rgb(160,173,143); }
H1.HeaderClassName
{
color: #A0AD8F;
}
.AnyTagClassName
{
color: #A0AD8F;
}
</style>
background-color css
<style>
a { background-color: #A0AD8F; }
a { background-color: rgb(160,173,143); }
div.DivClassName
{
background-color: #A0AD8F;
}
.BgClassName
{
background-color: #A0AD8F;
}
</style>
border-color css
<style>
span { border-color: #A0AD8F; }
span { border-color: rgb(160,173,143); }
td.TdClassName
{
border-color: #A0AD8F;
}
.TagClassName
{
border-color: #A0AD8F;
}
</style>