Shades of Norway #A0AA95
Tints of Norway #A0AA95
RGB
CMYK
RGB Variations
Color information
#A0AA95 (or 0xA0AA95) is known color: Norway. HEX triplet: A0, AA and 95. RGB value is (160,170,149). Sum of RGB (Red+Green+Blue) = 160+170+149=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA95 is #5F556A. Grayscale: #A4A4A4. Windows color (decimal): -6247787 or 9808544. OLE color: 9808544.
HSL color Cylindrical-coordinate representation of color #A0AA95: hue angle of 88.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0AA95 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 149 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.33 |
| HSL | 88.57º | 0.11% | 0.63% | - |
| HSV(B) | 88.57º | 0.12% | 0.67% | - |
| XYZ | 34.3 | 38.39 | 34.04 | - |
| YUV | 164.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 149 | 0.06 | 0 | 0.12 | 0.33 | 88.57 | 0.11 | 0.63 |
| Hex | A0 | AA | 95 | 6 | 0 | C | 21 | 59 | B | 3F |
| Octal | 240 | 252 | 225 | 6 | 0 | 14 | 41 | 131 | 13 | 77 |
| Binary | 10100000 | 10101010 | 10010101 | 110 | 0 | 1100 | 100001 | 1011001 | 1011 | 111111 |
Color Harmonies of #A0AA95
Complementary color
Monochromatic Colors of #A0AA95
Black with #A0AA95
Text Example
Text Example
White with #A0AA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA95; }
p { color: rgb(160,170,149); }
H1.HeaderClassName
{
color: #A0AA95;
}
.AnyTagClassName
{
color: #A0AA95;
}
</style>
background-color css
<style>
a { background-color: #A0AA95; }
a { background-color: rgb(160,170,149); }
div.DivClassName
{
background-color: #A0AA95;
}
.BgClassName
{
background-color: #A0AA95;
}
</style>
border-color css
<style>
span { border-color: #A0AA95; }
span { border-color: rgb(160,170,149); }
td.TdClassName
{
border-color: #A0AA95;
}
.TagClassName
{
border-color: #A0AA95;
}
</style>