Shades of Norway #A0AC8D
Tints of Norway #A0AC8D
RGB
CMYK
RGB Variations
Color information
#A0AC8D (or 0xA0AC8D) is known color: Norway. HEX triplet: A0, AC and 8D. RGB value is (160,172,141). Sum of RGB (Red+Green+Blue) = 160+172+141=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC8D is #5F5372. Grayscale: #A4A4A4. Windows color (decimal): -6247283 or 9284768. OLE color: 9284768.
HSL color Cylindrical-coordinate representation of color #A0AC8D: hue angle of 83.23º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0AC8D is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 141 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.33 |
| HSL | 83.23º | 0.16% | 0.61% | - |
| HSV(B) | 83.23º | 0.18% | 0.67% | - |
| XYZ | 34.06 | 38.9 | 30.91 | - |
| YUV | 164.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 141 | 0.07 | 0 | 0.18 | 0.33 | 83.23 | 0.16 | 0.61 |
| Hex | A0 | AC | 8D | 7 | 0 | 12 | 21 | 53 | 10 | 3D |
| Octal | 240 | 254 | 215 | 7 | 0 | 22 | 41 | 123 | 20 | 75 |
| Binary | 10100000 | 10101100 | 10001101 | 111 | 0 | 10010 | 100001 | 1010011 | 10000 | 111101 |
Color Harmonies of #A0AC8D
Complementary color
Monochromatic Colors of #A0AC8D
Black with #A0AC8D
Text Example
Text Example
White with #A0AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC8D; }
p { color: rgb(160,172,141); }
H1.HeaderClassName
{
color: #A0AC8D;
}
.AnyTagClassName
{
color: #A0AC8D;
}
</style>
background-color css
<style>
a { background-color: #A0AC8D; }
a { background-color: rgb(160,172,141); }
div.DivClassName
{
background-color: #A0AC8D;
}
.BgClassName
{
background-color: #A0AC8D;
}
</style>
border-color css
<style>
span { border-color: #A0AC8D; }
span { border-color: rgb(160,172,141); }
td.TdClassName
{
border-color: #A0AC8D;
}
.TagClassName
{
border-color: #A0AC8D;
}
</style>