#A1AC60

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

Shades of Green Smoke #A1AC60

Tints of Green Smoke #A1AC60

Color information

#A1AC60 (or 0xA1AC60) is unknown color: approx Green Smoke. HEX triplet: A1, AC and 60. RGB value is (161,172,96). Sum of RGB (Red+Green+Blue) = 161+172+96=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC60 is #5E539F. Grayscale: #A0A0A0. Windows color (decimal): -6181792 or 6335649. OLE color: 6335649.

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

Color convert

RGB16117296-
CMYK0.0600.440.33
HSL68.68º31.4%52.55%-
HSV(B)68.68º44.19%67.45%-
XYZ31.5637.9316.72-
YUV160.0591.86128.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=37.53%
G=40.09%
B=22.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161172960.0600.440.3368.6831.452.55
HexA1AC60602C21451f35
Octal2412541406054411053765
Binary101000011010110011000001100101100100001100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC60; }

 p { color: rgb(161,172,96); }

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

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

 a { background-color: rgb(161,172,96); }

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

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

 span { border-color: rgb(161,172,96); }

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