#A2AE96

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

Shades of Norway #A2AE96

Tints of Norway #A2AE96

Color information

#A2AE96 (or 0xA2AE96) is unknown color: approx Norway. HEX triplet: A2, AE and 96. RGB value is (162,174,150). Sum of RGB (Red+Green+Blue) = 162+174+150=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE96 is #5D5169. Grayscale: #A7A7A7. Windows color (decimal): -6115690 or 9875106. OLE color: 9875106.

HSL color Cylindrical-coordinate representation of color #A2AE96: hue angle of 90º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2AE96 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB162174150-
CMYK0.0700.140.32
HSL90º12.9%63.53%-
HSV(B)90º13.79%68.24%-
XYZ35.5440.1634.73-
YUV167.68118.02123.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=33.33%
G=35.80%
B=30.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741500.0700.140.329012.963.53
HexA2AE9670E205ad40
Octal24225622670164013215100
Binary10100010101011101001011011101110100000101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE96; }

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

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

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

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

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

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

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

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