#A2AC65

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

Shades of Green Smoke #A2AC65

Tints of Green Smoke #A2AC65

Color information

#A2AC65 (or 0xA2AC65) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 65. RGB value is (162,172,101). Sum of RGB (Red+Green+Blue) = 162+172+101=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC65 is #5D539A. Grayscale: #A1A1A1. Windows color (decimal): -6116251 or 6663330. OLE color: 6663330.

HSL color Cylindrical-coordinate representation of color #A2AC65: hue angle of 68.45º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2AC65 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB162172101-
CMYK0.0600.410.33
HSL68.45º29.96%53.53%-
HSV(B)68.45º41.28%67.45%-
XYZ3238.1317.98-
YUV160.9294.19128.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=37.24%
G=39.54%
B=23.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721010.0600.410.3368.4529.9653.53
HexA2AC65602921441e36
Octal2422541456051411043666
Binary101000101010110011001011100101001100001100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC65; }

 p { color: rgb(162,172,101); }

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

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

 a { background-color: rgb(162,172,101); }

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

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

 span { border-color: rgb(162,172,101); }

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