#A2AF99

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

Shades of Norway #A2AF99

Tints of Norway #A2AF99

Color information

#A2AF99 (or 0xA2AF99) is unknown color: approx Norway. HEX triplet: A2, AF and 99. RGB value is (162,175,153). Sum of RGB (Red+Green+Blue) = 162+175+153=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF99 is #5D5066. Grayscale: #A8A8A8. Windows color (decimal): -6115431 or 10071970. OLE color: 10071970.

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

Color convert

RGB162175153-
CMYK0.0700.130.31
HSL95.45º12.09%64.31%-
HSV(B)95.45º12.57%68.63%-
XYZ35.9840.6436.09-
YUV168.6119.19123.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=33.06%
G=35.71%
B=31.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751530.0700.130.3195.4512.0964.31
HexA2AF9970D1F5fc40
Octal24225723170153713714100
Binary1010001010101111100110011110110111111101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF99; }

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

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

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

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

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

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

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

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