#A2AF90

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

Shades of Norway #A2AF90

Tints of Norway #A2AF90

Color information

#A2AF90 (or 0xA2AF90) is unknown color: approx Norway. HEX triplet: A2, AF and 90. RGB value is (162,175,144). Sum of RGB (Red+Green+Blue) = 162+175+144=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF90 is #5D506F. Grayscale: #A7A7A7. Windows color (decimal): -6115440 or 9482146. OLE color: 9482146.

HSL color Cylindrical-coordinate representation of color #A2AF90: hue angle of 85.16º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AF90 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB162175144-
CMYK0.0700.180.31
HSL85.16º16.23%62.55%-
HSV(B)85.16º17.71%68.63%-
XYZ35.2640.3532.32-
YUV167.58114.69124.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=33.68%
G=36.38%
B=29.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751440.0700.180.3185.1616.2362.55
HexA2AF9070121F55103f
Octal2422572207022371252077
Binary10100010101011111001000011101001011111101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF90; }

 p { color: rgb(162,175,144); }

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

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

 a { background-color: rgb(162,175,144); }

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

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

 span { border-color: rgb(162,175,144); }

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