#A3A96E

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

Shades of Green Smoke #A3A96E

Tints of Green Smoke #A3A96E

Color information

#A3A96E (or 0xA3A96E) is unknown color: approx Green Smoke. HEX triplet: A3, A9 and 6E. RGB value is (163,169,110). Sum of RGB (Red+Green+Blue) = 163+169+110=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A96E is #5C5691. Grayscale: #A0A0A0. Windows color (decimal): -6051474 or 7252387. OLE color: 7252387.

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

Color convert

RGB163169110-
CMYK0.0400.350.34
HSL66.1º25.54%54.71%-
HSV(B)66.1º34.91%66.27%-
XYZ32.1137.2920.26-
YUV160.4899.51129.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=36.88%
G=38.24%
B=24.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691100.0400.350.3466.125.5454.71
HexA3A96E402322421a37
Octal2432511564043421023267
Binary101000111010100111011101000100011100010100001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A96E; }

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

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

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

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

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

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

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

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