#A2AC6A

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

Shades of Green Smoke #A2AC6A

Tints of Green Smoke #A2AC6A

Color information

#A2AC6A (or 0xA2AC6A) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 6A. RGB value is (162,172,106). Sum of RGB (Red+Green+Blue) = 162+172+106=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC6A is #5D5395. Grayscale: #A1A1A1. Windows color (decimal): -6116246 or 6991010. OLE color: 6991010.

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

Color convert

RGB162172106-
CMYK0.0600.380.33
HSL69.09º28.45%54.51%-
HSV(B)69.09º38.37%67.45%-
XYZ32.2538.2319.31-
YUV161.4996.69128.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=36.82%
G=39.09%
B=24.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721060.0600.380.3369.0928.4554.51
HexA2AC6A602621451c37
Octal2422541526046411053467
Binary101000101010110011010101100100110100001100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC6A; }

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

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

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

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

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

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

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

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