#A49F5E

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

Shades of Green Smoke #A49F5E

Tints of Green Smoke #A49F5E

Color information

#A49F5E (or 0xA49F5E) is unknown color: approx Green Smoke. HEX triplet: A4, 9F and 5E. RGB value is (164,159,94). Sum of RGB (Red+Green+Blue) = 164+159+94=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F5E is #5B60A1. Grayscale: #999999. Windows color (decimal): -5988514 or 6201252. OLE color: 6201252.

HSL color Cylindrical-coordinate representation of color #A49F5E: hue angle of 55.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A49F5E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16415994-
CMYK00.030.430.36
HSL55.71º27.78%50.59%-
HSV(B)55.71º42.68%64.31%-
XYZ29.7333.515.49-
YUV153.0894.66135.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=39.33%
G=38.13%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641599400.030.430.3655.7127.7850.59
HexA49F5E032B24381c33
Octal244237136035344703463
Binary1010010010011111101111001110101110010011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F5E; }

 p { color: rgb(164,159,94); }

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

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

 a { background-color: rgb(164,159,94); }

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

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

 span { border-color: rgb(164,159,94); }

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