#A3AB4D

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

Shades of Green Smoke #A3AB4D

Tints of Green Smoke #A3AB4D

Color information

#A3AB4D (or 0xA3AB4D) is unknown color: approx Green Smoke. HEX triplet: A3, AB and 4D. RGB value is (163,171,77). Sum of RGB (Red+Green+Blue) = 163+171+77=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB4D is #5C54B2. Grayscale: #9E9E9E. Windows color (decimal): -6050995 or 5090211. OLE color: 5090211.

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

Color convert

RGB16317177-
CMYK0.0500.550.33
HSL65.11º37.9%48.63%-
HSV(B)65.11º54.97%67.06%-
XYZ31.0137.4512.62-
YUV157.8982.35131.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 77 (30.47% from 255) = 18.73%
R=39.66%
G=41.61%
B=18.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171770.0500.550.3365.1137.948.63
HexA3AB4D503721412631
Octal2432531155067411014661
Binary1010001110101011100110110101101111000011000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB4D; }

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

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

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

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

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

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

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

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