#A2AF5E

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

Shades of Green Smoke #A2AF5E

Tints of Green Smoke #A2AF5E

Color information

#A2AF5E (or 0xA2AF5E) is unknown color: approx Green Smoke. HEX triplet: A2, AF and 5E. RGB value is (162,175,94). Sum of RGB (Red+Green+Blue) = 162+175+94=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF5E is #5D50A1. Grayscale: #A2A2A2. Windows color (decimal): -6115490 or 6205346. OLE color: 6205346.

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

Color convert

RGB16217594-
CMYK0.0700.460.31
HSL69.63º33.61%52.75%-
HSV(B)69.63º46.29%68.63%-
XYZ32.2539.1516.45-
YUV161.8889.69128.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=37.59%
G=40.60%
B=21.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162175940.0700.460.3169.6333.6152.75
HexA2AF5E702E1F462235
Octal2422571367056371064265
Binary101000101010111110111101110101110111111000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AF5E; }

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

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

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

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

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

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

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

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