#A1AA4E

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

Shades of Green Smoke #A1AA4E

Tints of Green Smoke #A1AA4E

Color information

#A1AA4E (or 0xA1AA4E) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 4E. RGB value is (161,170,78). Sum of RGB (Red+Green+Blue) = 161+170+78=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA4E is #5E55B1. Grayscale: #9D9D9D. Windows color (decimal): -6182322 or 5155489. OLE color: 5155489.

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

Color convert

RGB16117078-
CMYK0.0500.540.33
HSL65.87º37.1%48.63%-
HSV(B)65.87º54.12%66.67%-
XYZ30.4536.8812.72-
YUV156.8283.52130.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=39.36%
G=41.56%
B=19.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170780.0500.540.3365.8737.148.63
HexA1AA4E503621422531
Octal2412521165066411024561
Binary1010000110101010100111010101101101000011000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA4E; }

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

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

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

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

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

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

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

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