#A2AD5F

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

Shades of Green Smoke #A2AD5F

Tints of Green Smoke #A2AD5F

Color information

#A2AD5F (or 0xA2AD5F) is unknown color: approx Green Smoke. HEX triplet: A2, AD and 5F. RGB value is (162,173,95). Sum of RGB (Red+Green+Blue) = 162+173+95=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD5F is #5D52A0. Grayscale: #A1A1A1. Windows color (decimal): -6116001 or 6270370. OLE color: 6270370.

HSL color Cylindrical-coordinate representation of color #A2AD5F: hue angle of 68.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2AD5F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB16217395-
CMYK0.0600.450.32
HSL68.46º32.23%52.55%-
HSV(B)68.46º45.09%67.84%-
XYZ31.9138.3916.56-
YUV160.8290.86128.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=37.67%
G=40.23%
B=22.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162173950.0600.450.3268.4632.2352.55
HexA2AD5F602D20442035
Octal2422551376055401044065
Binary1010001010101101101111111001011011000001000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD5F; }

 p { color: rgb(162,173,95); }

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

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

 a { background-color: rgb(162,173,95); }

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

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

 span { border-color: rgb(162,173,95); }

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