#A1AB4E

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

Shades of Green Smoke #A1AB4E

Tints of Green Smoke #A1AB4E

Color information

#A1AB4E (or 0xA1AB4E) is unknown color: approx Green Smoke. HEX triplet: A1, AB and 4E. RGB value is (161,171,78). Sum of RGB (Red+Green+Blue) = 161+171+78=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB4E is #5E54B1. Grayscale: #9D9D9D. Windows color (decimal): -6182066 or 5155745. OLE color: 5155745.

HSL color Cylindrical-coordinate representation of color #A1AB4E: hue angle of 66.45º 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 #A1AB4E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16117178-
CMYK0.0600.540.33
HSL66.45º37.35%48.82%-
HSV(B)66.45º54.39%67.06%-
XYZ30.6437.2512.78-
YUV157.4183.19130.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=39.27%
G=41.71%
B=19.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171780.0600.540.3366.4537.3548.82
HexA1AB4E603621422531
Octal2412531166066411024561
Binary1010000110101011100111011001101101000011000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB4E; }

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

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

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

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

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

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

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

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