#A3AA5E

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

Shades of Green Smoke #A3AA5E

Tints of Green Smoke #A3AA5E

Color information

#A3AA5E (or 0xA3AA5E) is unknown color: approx Green Smoke. HEX triplet: A3, AA and 5E. RGB value is (163,170,94). Sum of RGB (Red+Green+Blue) = 163+170+94=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA5E is #5C55A1. Grayscale: #9F9F9F. Windows color (decimal): -6051234 or 6204067. OLE color: 6204067.

HSL color Cylindrical-coordinate representation of color #A3AA5E: hue angle of 65.53º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3AA5E is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB16317094-
CMYK0.0400.450.33
HSL65.53º30.89%51.76%-
HSV(B)65.53º44.71%66.67%-
XYZ31.537.3416.14-
YUV159.2491.18130.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=38.17%
G=39.81%
B=22.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163170940.0400.450.3365.5330.8951.76
HexA3AA5E402D21421f34
Octal2432521364055411023764
Binary101000111010101010111101000101101100001100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA5E; }

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

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

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

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

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

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

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

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