Shades of Norway #A0AA94
Tints of Norway #A0AA94
RGB
CMYK
RGB Variations
Color information
#A0AA94 (or 0xA0AA94) is known color: Norway. HEX triplet: A0, AA and 94. RGB value is (160,170,148). Sum of RGB (Red+Green+Blue) = 160+170+148=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA94 is #5F556B. Grayscale: #A4A4A4. Windows color (decimal): -6247788 or 9743008. OLE color: 9743008.
HSL color Cylindrical-coordinate representation of color #A0AA94: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AA94 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 148 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.33 |
| HSL | 87.27º | 0.11% | 0.62% | - |
| HSV(B) | 87.27º | 0.13% | 0.67% | - |
| XYZ | 34.22 | 38.36 | 33.62 | - |
| YUV | 164.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 148 | 0.06 | 0 | 0.13 | 0.33 | 87.27 | 0.11 | 0.62 |
| Hex | A0 | AA | 94 | 6 | 0 | D | 21 | 57 | B | 3E |
| Octal | 240 | 252 | 224 | 6 | 0 | 15 | 41 | 127 | 13 | 76 |
| Binary | 10100000 | 10101010 | 10010100 | 110 | 0 | 1101 | 100001 | 1010111 | 1011 | 111110 |
Color Harmonies of #A0AA94
Complementary color
Monochromatic Colors of #A0AA94
Black with #A0AA94
Text Example
Text Example
White with #A0AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA94; }
p { color: rgb(160,170,148); }
H1.HeaderClassName
{
color: #A0AA94;
}
.AnyTagClassName
{
color: #A0AA94;
}
</style>
background-color css
<style>
a { background-color: #A0AA94; }
a { background-color: rgb(160,170,148); }
div.DivClassName
{
background-color: #A0AA94;
}
.BgClassName
{
background-color: #A0AA94;
}
</style>
border-color css
<style>
span { border-color: #A0AA94; }
span { border-color: rgb(160,170,148); }
td.TdClassName
{
border-color: #A0AA94;
}
.TagClassName
{
border-color: #A0AA94;
}
</style>