Shades of Norway #A2AE8C
Tints of Norway #A2AE8C
RGB
CMYK
RGB Variations
Color information
#A2AE8C (or 0xA2AE8C) is known color: Norway. HEX triplet: A2, AE and 8C. RGB value is (162,174,140). Sum of RGB (Red+Green+Blue) = 162+174+140=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE8C is #5D5173. Grayscale: #A6A6A6. Windows color (decimal): -6115700 or 9219746. OLE color: 9219746.
HSL color Cylindrical-coordinate representation of color #A2AE8C: hue angle of 81.18º 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 #A2AE8C is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 174 | 140 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.32 |
| HSL | 81.18º | 0.17% | 0.62% | - |
| HSV(B) | 81.18º | 0.2% | 0.68% | - |
| XYZ | 34.77 | 39.85 | 30.67 | - |
| YUV | 166.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 140 | 0.07 | 0 | 0.20 | 0.32 | 81.18 | 0.17 | 0.62 |
| Hex | A2 | AE | 8C | 7 | 0 | 14 | 20 | 51 | 11 | 3E |
| Octal | 242 | 256 | 214 | 7 | 0 | 24 | 40 | 121 | 21 | 76 |
| Binary | 10100010 | 10101110 | 10001100 | 111 | 0 | 10100 | 100000 | 1010001 | 10001 | 111110 |
Color Harmonies of #A2AE8C
Complementary color
Monochromatic Colors of #A2AE8C
Black with #A2AE8C
Text Example
Text Example
White with #A2AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AE8C; }
p { color: rgb(162,174,140); }
H1.HeaderClassName
{
color: #A2AE8C;
}
.AnyTagClassName
{
color: #A2AE8C;
}
</style>
background-color css
<style>
a { background-color: #A2AE8C; }
a { background-color: rgb(162,174,140); }
div.DivClassName
{
background-color: #A2AE8C;
}
.BgClassName
{
background-color: #A2AE8C;
}
</style>
border-color css
<style>
span { border-color: #A2AE8C; }
span { border-color: rgb(162,174,140); }
td.TdClassName
{
border-color: #A2AE8C;
}
.TagClassName
{
border-color: #A2AE8C;
}
</style>