Shades of Norway #A0AE8C
Tints of Norway #A0AE8C
RGB
CMYK
RGB Variations
Color information
#A0AE8C (or 0xA0AE8C) is known color: Norway. HEX triplet: A0, AE and 8C. RGB value is (160,174,140). Sum of RGB (Red+Green+Blue) = 160+174+140=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE8C is #5F5173. Grayscale: #A6A6A6. Windows color (decimal): -6246772 or 9219744. OLE color: 9219744.
HSL color Cylindrical-coordinate representation of color #A0AE8C: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0AE8C is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 140 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.32 |
| HSL | 84.71º | 0.17% | 0.62% | - |
| HSV(B) | 84.71º | 0.2% | 0.68% | - |
| XYZ | 34.37 | 39.64 | 30.65 | - |
| YUV | 165.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 140 | 0.08 | 0 | 0.20 | 0.32 | 84.71 | 0.17 | 0.62 |
| Hex | A0 | AE | 8C | 8 | 0 | 14 | 20 | 55 | 11 | 3E |
| Octal | 240 | 256 | 214 | 10 | 0 | 24 | 40 | 125 | 21 | 76 |
| Binary | 10100000 | 10101110 | 10001100 | 1000 | 0 | 10100 | 100000 | 1010101 | 10001 | 111110 |
Color Harmonies of #A0AE8C
Complementary color
Monochromatic Colors of #A0AE8C
Black with #A0AE8C
Text Example
Text Example
White with #A0AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE8C; }
p { color: rgb(160,174,140); }
H1.HeaderClassName
{
color: #A0AE8C;
}
.AnyTagClassName
{
color: #A0AE8C;
}
</style>
background-color css
<style>
a { background-color: #A0AE8C; }
a { background-color: rgb(160,174,140); }
div.DivClassName
{
background-color: #A0AE8C;
}
.BgClassName
{
background-color: #A0AE8C;
}
</style>
border-color css
<style>
span { border-color: #A0AE8C; }
span { border-color: rgb(160,174,140); }
td.TdClassName
{
border-color: #A0AE8C;
}
.TagClassName
{
border-color: #A0AE8C;
}
</style>