Shades of Norway #A0AB8F
Tints of Norway #A0AB8F
RGB
CMYK
RGB Variations
Color information
#A0AB8F (or 0xA0AB8F) is known color: Norway. HEX triplet: A0, AB and 8F. RGB value is (160,171,143). Sum of RGB (Red+Green+Blue) = 160+171+143=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8F is #5F5470. Grayscale: #A4A4A4. Windows color (decimal): -6247537 or 9415584. OLE color: 9415584.
HSL color Cylindrical-coordinate representation of color #A0AB8F: hue angle of 83.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0AB8F is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 143 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.33 |
| HSL | 83.57º | 0.14% | 0.62% | - |
| HSV(B) | 83.57º | 0.16% | 0.67% | - |
| XYZ | 34.02 | 38.58 | 31.64 | - |
| YUV | 164.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 143 | 0.06 | 0 | 0.16 | 0.33 | 83.57 | 0.14 | 0.62 |
| Hex | A0 | AB | 8F | 6 | 0 | 10 | 21 | 54 | E | 3E |
| Octal | 240 | 253 | 217 | 6 | 0 | 20 | 41 | 124 | 16 | 76 |
| Binary | 10100000 | 10101011 | 10001111 | 110 | 0 | 10000 | 100001 | 1010100 | 1110 | 111110 |
Color Harmonies of #A0AB8F
Complementary color
Monochromatic Colors of #A0AB8F
Black with #A0AB8F
Text Example
Text Example
White with #A0AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB8F; }
p { color: rgb(160,171,143); }
H1.HeaderClassName
{
color: #A0AB8F;
}
.AnyTagClassName
{
color: #A0AB8F;
}
</style>
background-color css
<style>
a { background-color: #A0AB8F; }
a { background-color: rgb(160,171,143); }
div.DivClassName
{
background-color: #A0AB8F;
}
.BgClassName
{
background-color: #A0AB8F;
}
</style>
border-color css
<style>
span { border-color: #A0AB8F; }
span { border-color: rgb(160,171,143); }
td.TdClassName
{
border-color: #A0AB8F;
}
.TagClassName
{
border-color: #A0AB8F;
}
</style>