#A2AE98

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

Shades of Norway #A2AE98

Tints of Norway #A2AE98

Color information

#A2AE98 (or 0xA2AE98) is unknown color: approx Norway. HEX triplet: A2, AE and 98. RGB value is (162,174,152). Sum of RGB (Red+Green+Blue) = 162+174+152=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE98 is #5D5167. Grayscale: #A7A7A7. Windows color (decimal): -6115688 or 10006178. OLE color: 10006178.

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

Color convert

RGB162174152-
CMYK0.0700.130.32
HSL92.73º11.96%63.92%-
HSV(B)92.73º12.64%68.24%-
XYZ35.740.2235.59-
YUV167.9119.02123.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=33.20%
G=35.66%
B=31.15%

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
Decimal1621741520.0700.130.3292.7311.9663.92
HexA2AE9870D205dc40
Octal24225623070154013514100
Binary10100010101011101001100011101101100000101110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE98; }

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

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

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

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

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

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

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

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