#A3A94E

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

Shades of Green Smoke #A3A94E

Tints of Green Smoke #A3A94E

Color information

#A3A94E (or 0xA3A94E) is unknown color: approx Green Smoke. HEX triplet: A3, A9 and 4E. RGB value is (163,169,78). Sum of RGB (Red+Green+Blue) = 163+169+78=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A94E is #5C56B1. Grayscale: #9D9D9D. Windows color (decimal): -6051506 or 5155235. OLE color: 5155235.

HSL color Cylindrical-coordinate representation of color #A3A94E: hue angle of 63.96º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3A94E is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16316978-
CMYK0.0400.540.34
HSL63.96º36.84%48.43%-
HSV(B)63.96º53.85%66.27%-
XYZ30.6736.7112.68-
YUV156.8383.51132.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=39.76%
G=41.22%
B=19.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163169780.0400.540.3463.9636.8448.43
HexA3A94E403622402530
Octal2432511164066421004560
Binary1010001110101001100111010001101101000101000000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A94E; }

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

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

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

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

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

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

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

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