#A2AE97

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

Shades of Norway #A2AE97

Tints of Norway #A2AE97

Color information

#A2AE97 (or 0xA2AE97) is unknown color: approx Norway. HEX triplet: A2, AE and 97. RGB value is (162,174,151). Sum of RGB (Red+Green+Blue) = 162+174+151=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE97 is #5D5168. Grayscale: #A7A7A7. Windows color (decimal): -6115689 or 9940642. OLE color: 9940642.

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

Color convert

RGB162174151-
CMYK0.0700.130.32
HSL91.3º12.43%63.73%-
HSV(B)91.3º13.22%68.24%-
XYZ35.6240.1935.16-
YUV167.79118.52123.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=33.26%
G=35.73%
B=31.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741510.0700.130.3291.312.4363.73
HexA2AE9770D205bc40
Octal24225622770154013314100
Binary10100010101011101001011111101101100000101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE97; }

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

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

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

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

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

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

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

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