#A2AE8E

Color #A2AE8E Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A2AE8E

Tints of Norway #A2AE8E

Color information

#A2AE8E (or 0xA2AE8E) is unknown color: approx Norway. HEX triplet: A2, AE and 8E. RGB value is (162,174,142). Sum of RGB (Red+Green+Blue) = 162+174+142=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE8E is #5D5171. Grayscale: #A6A6A6. Windows color (decimal): -6115698 or 9350818. OLE color: 9350818.

HSL color Cylindrical-coordinate representation of color #A2AE8E: hue angle of 82.5º 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 #A2AE8E is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB162174142-
CMYK0.0700.180.32
HSL82.5º16.49%61.96%-
HSV(B)82.5º18.39%68.24%-
XYZ34.9239.9131.45-
YUV166.76114.02124.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=33.89%
G=36.40%
B=29.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741420.0700.180.3282.516.4961.96
HexA2AE8E70122052103e
Octal2422562167022401222076
Binary101000101010111010001110111010010100000101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE8E; }

 p { color: rgb(162,174,142); }

 H1.HeaderClassName
 {
   color: #A2AE8E;
 }
 .AnyTagClassName
 {
   color: #A2AE8E;
 }
</style>
background-color css

<style>
 a { background-color: #A2AE8E; }

 a { background-color: rgb(162,174,142); }

 div.DivClassName
 {
   background-color: #A2AE8E;
 }
 .BgClassName
 {
   background-color: #A2AE8E;
 }
</style>
border-color css

<style>
 span { border-color: #A2AE8E; }

 span { border-color: rgb(162,174,142); }

 td.TdClassName
 {
   border-color: #A2AE8E;
 }
 .TagClassName
 {
   border-color: #A2AE8E;
 }
</style>