Shades of Norway #A0AE8E
Tints of Norway #A0AE8E
RGB
CMYK
RGB Variations
Color information
#A0AE8E (or 0xA0AE8E) is known color: Norway. HEX triplet: A0, AE and 8E. RGB value is (160,174,142). Sum of RGB (Red+Green+Blue) = 160+174+142=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE8E is #5F5171. Grayscale: #A6A6A6. Windows color (decimal): -6246770 or 9350816. OLE color: 9350816.
HSL color Cylindrical-coordinate representation of color #A0AE8E: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0AE8E is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 142 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.32 |
| HSL | 86.25º | 0.16% | 0.62% | - |
| HSV(B) | 86.25º | 0.18% | 0.68% | - |
| XYZ | 34.52 | 39.7 | 31.43 | - |
| YUV | 166.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 142 | 0.08 | 0 | 0.18 | 0.32 | 86.25 | 0.16 | 0.62 |
| Hex | A0 | AE | 8E | 8 | 0 | 12 | 20 | 56 | 10 | 3E |
| Octal | 240 | 256 | 216 | 10 | 0 | 22 | 40 | 126 | 20 | 76 |
| Binary | 10100000 | 10101110 | 10001110 | 1000 | 0 | 10010 | 100000 | 1010110 | 10000 | 111110 |
Color Harmonies of #A0AE8E
Complementary color
Monochromatic Colors of #A0AE8E
Black with #A0AE8E
Text Example
Text Example
White with #A0AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE8E; }
p { color: rgb(160,174,142); }
H1.HeaderClassName
{
color: #A0AE8E;
}
.AnyTagClassName
{
color: #A0AE8E;
}
</style>
background-color css
<style>
a { background-color: #A0AE8E; }
a { background-color: rgb(160,174,142); }
div.DivClassName
{
background-color: #A0AE8E;
}
.BgClassName
{
background-color: #A0AE8E;
}
</style>
border-color css
<style>
span { border-color: #A0AE8E; }
span { border-color: rgb(160,174,142); }
td.TdClassName
{
border-color: #A0AE8E;
}
.TagClassName
{
border-color: #A0AE8E;
}
</style>