Shades of Norway #A0AA93
Tints of Norway #A0AA93
RGB
CMYK
RGB Variations
Color information
#A0AA93 (or 0xA0AA93) is known color: Norway. HEX triplet: A0, AA and 93. RGB value is (160,170,147). Sum of RGB (Red+Green+Blue) = 160+170+147=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA93 is #5F556C. Grayscale: #A4A4A4. Windows color (decimal): -6247789 or 9677472. OLE color: 9677472.
HSL color Cylindrical-coordinate representation of color #A0AA93: hue angle of 86.09º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0AA93 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 147 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.33 |
| HSL | 86.09º | 0.12% | 0.62% | - |
| HSV(B) | 86.09º | 0.14% | 0.67% | - |
| XYZ | 34.14 | 38.33 | 33.2 | - |
| YUV | 164.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 147 | 0.06 | 0 | 0.14 | 0.33 | 86.09 | 0.12 | 0.62 |
| Hex | A0 | AA | 93 | 6 | 0 | E | 21 | 56 | C | 3E |
| Octal | 240 | 252 | 223 | 6 | 0 | 16 | 41 | 126 | 14 | 76 |
| Binary | 10100000 | 10101010 | 10010011 | 110 | 0 | 1110 | 100001 | 1010110 | 1100 | 111110 |
Color Harmonies of #A0AA93
Complementary color
Monochromatic Colors of #A0AA93
Black with #A0AA93
Text Example
Text Example
White with #A0AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA93; }
p { color: rgb(160,170,147); }
H1.HeaderClassName
{
color: #A0AA93;
}
.AnyTagClassName
{
color: #A0AA93;
}
</style>
background-color css
<style>
a { background-color: #A0AA93; }
a { background-color: rgb(160,170,147); }
div.DivClassName
{
background-color: #A0AA93;
}
.BgClassName
{
background-color: #A0AA93;
}
</style>
border-color css
<style>
span { border-color: #A0AA93; }
span { border-color: rgb(160,170,147); }
td.TdClassName
{
border-color: #A0AA93;
}
.TagClassName
{
border-color: #A0AA93;
}
</style>