Shades of Norway #A0AB8E
Tints of Norway #A0AB8E
RGB
CMYK
RGB Variations
Color information
#A0AB8E (or 0xA0AB8E) is known color: Norway. HEX triplet: A0, AB and 8E. RGB value is (160,171,142). Sum of RGB (Red+Green+Blue) = 160+171+142=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8E is #5F5471. Grayscale: #A4A4A4. Windows color (decimal): -6247538 or 9350048. OLE color: 9350048.
HSL color Cylindrical-coordinate representation of color #A0AB8E: hue angle of 82.76º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0AB8E is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 142 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.33 |
| HSL | 82.76º | 0.15% | 0.61% | - |
| HSV(B) | 82.76º | 0.17% | 0.67% | - |
| XYZ | 33.94 | 38.55 | 31.24 | - |
| YUV | 164.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 142 | 0.06 | 0 | 0.17 | 0.33 | 82.76 | 0.15 | 0.61 |
| Hex | A0 | AB | 8E | 6 | 0 | 11 | 21 | 53 | F | 3D |
| Octal | 240 | 253 | 216 | 6 | 0 | 21 | 41 | 123 | 17 | 75 |
| Binary | 10100000 | 10101011 | 10001110 | 110 | 0 | 10001 | 100001 | 1010011 | 1111 | 111101 |
Color Harmonies of #A0AB8E
Complementary color
Monochromatic Colors of #A0AB8E
Black with #A0AB8E
Text Example
Text Example
White with #A0AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB8E; }
p { color: rgb(160,171,142); }
H1.HeaderClassName
{
color: #A0AB8E;
}
.AnyTagClassName
{
color: #A0AB8E;
}
</style>
background-color css
<style>
a { background-color: #A0AB8E; }
a { background-color: rgb(160,171,142); }
div.DivClassName
{
background-color: #A0AB8E;
}
.BgClassName
{
background-color: #A0AB8E;
}
</style>
border-color css
<style>
span { border-color: #A0AB8E; }
span { border-color: rgb(160,171,142); }
td.TdClassName
{
border-color: #A0AB8E;
}
.TagClassName
{
border-color: #A0AB8E;
}
</style>