#A49E5D

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

Shades of Green Smoke #A49E5D

Tints of Green Smoke #A49E5D

Color information

#A49E5D (or 0xA49E5D) is unknown color: approx Green Smoke. HEX triplet: A4, 9E and 5D. RGB value is (164,158,93). Sum of RGB (Red+Green+Blue) = 164+158+93=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E5D is #5B61A2. Grayscale: #989898. Windows color (decimal): -5988771 or 6135460. OLE color: 6135460.

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

Color convert

RGB16415893-
CMYK00.040.430.36
HSL54.93º28.06%50.39%-
HSV(B)54.93º43.29%64.31%-
XYZ29.5133.1415.2-
YUV152.3894.49136.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=39.52%
G=38.07%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641589300.040.430.3654.9328.0650.39
HexA49E5D042B24371c32
Octal244236135045344673462
Binary10100100100111101011101010010101110010011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E5D; }

 p { color: rgb(164,158,93); }

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

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

 a { background-color: rgb(164,158,93); }

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

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

 span { border-color: rgb(164,158,93); }

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