#A1AA6D

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

Shades of Green Smoke #A1AA6D

Tints of Green Smoke #A1AA6D

Color information

#A1AA6D (or 0xA1AA6D) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 6D. RGB value is (161,170,109). Sum of RGB (Red+Green+Blue) = 161+170+109=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA6D is #5E5592. Grayscale: #A0A0A0. Windows color (decimal): -6182291 or 7187105. OLE color: 7187105.

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

Color convert

RGB161170109-
CMYK0.0500.360.33
HSL68.85º26.41%54.71%-
HSV(B)68.85º35.88%66.67%-
XYZ31.8337.4320.02-
YUV160.3599.02128.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=36.59%
G=38.64%
B=24.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701090.0500.360.3368.8526.4154.71
HexA1AA6D502421451a37
Octal2412521555044411053267
Binary101000011010101011011011010100100100001100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA6D; }

 p { color: rgb(161,170,109); }

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

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

 a { background-color: rgb(161,170,109); }

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

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

 span { border-color: rgb(161,170,109); }

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