#A3AB4E

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

Shades of Green Smoke #A3AB4E

Tints of Green Smoke #A3AB4E

Color information

#A3AB4E (or 0xA3AB4E) is unknown color: approx Green Smoke. HEX triplet: A3, AB and 4E. RGB value is (163,171,78). Sum of RGB (Red+Green+Blue) = 163+171+78=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB4E is #5C54B1. Grayscale: #9E9E9E. Windows color (decimal): -6050994 or 5155747. OLE color: 5155747.

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

Color convert

RGB16317178-
CMYK0.0500.540.33
HSL65.16º37.35%48.82%-
HSV(B)65.16º54.39%67.06%-
XYZ31.0437.4612.8-
YUV158.0182.85131.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=39.56%
G=41.50%
B=18.93%

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
Decimal163171780.0500.540.3365.1637.3548.82
HexA3AB4E503621412531
Octal2432531165066411014561
Binary1010001110101011100111010101101101000011000001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB4E; }

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

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

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

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

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

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

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

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