#A3A95E

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

Shades of Green Smoke #A3A95E

Tints of Green Smoke #A3A95E

Color information

#A3A95E (or 0xA3A95E) is unknown color: approx Green Smoke. HEX triplet: A3, A9 and 5E. RGB value is (163,169,94). Sum of RGB (Red+Green+Blue) = 163+169+94=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A95E is #5C56A1. Grayscale: #9E9E9E. Windows color (decimal): -6051490 or 6203811. OLE color: 6203811.

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

Color convert

RGB16316994-
CMYK0.0400.440.34
HSL64.8º30.36%51.57%-
HSV(B)64.8º44.38%66.27%-
XYZ31.3136.9716.08-
YUV158.6691.51131.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=38.26%
G=39.67%
B=22.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163169940.0400.440.3464.830.3651.57
HexA3A95E402C22411e34
Octal2432511364054421013664
Binary101000111010100110111101000101100100010100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A95E; }

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

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

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

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

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

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

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

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