Shades of Norway #A0AB95
Tints of Norway #A0AB95
RGB
CMYK
RGB Variations
Color information
#A0AB95 (or 0xA0AB95) is known color: Norway. HEX triplet: A0, AB and 95. RGB value is (160,171,149). Sum of RGB (Red+Green+Blue) = 160+171+149=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB95 is #5F546A. Grayscale: #A5A5A5. Windows color (decimal): -6247531 or 9808800. OLE color: 9808800.
HSL color Cylindrical-coordinate representation of color #A0AB95: hue angle of 90º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AB95 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 149 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.33 |
| HSL | 90º | 0.12% | 0.63% | - |
| HSV(B) | 90º | 0.13% | 0.67% | - |
| XYZ | 34.48 | 38.77 | 34.1 | - |
| YUV | 165.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 149 | 0.06 | 0 | 0.13 | 0.33 | 90 | 0.12 | 0.63 |
| Hex | A0 | AB | 95 | 6 | 0 | D | 21 | 5A | C | 3F |
| Octal | 240 | 253 | 225 | 6 | 0 | 15 | 41 | 132 | 14 | 77 |
| Binary | 10100000 | 10101011 | 10010101 | 110 | 0 | 1101 | 100001 | 1011010 | 1100 | 111111 |
Color Harmonies of #A0AB95
Complementary color
Monochromatic Colors of #A0AB95
Black with #A0AB95
Text Example
Text Example
White with #A0AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB95; }
p { color: rgb(160,171,149); }
H1.HeaderClassName
{
color: #A0AB95;
}
.AnyTagClassName
{
color: #A0AB95;
}
</style>
background-color css
<style>
a { background-color: #A0AB95; }
a { background-color: rgb(160,171,149); }
div.DivClassName
{
background-color: #A0AB95;
}
.BgClassName
{
background-color: #A0AB95;
}
</style>
border-color css
<style>
span { border-color: #A0AB95; }
span { border-color: rgb(160,171,149); }
td.TdClassName
{
border-color: #A0AB95;
}
.TagClassName
{
border-color: #A0AB95;
}
</style>