#A49F5C

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

Shades of Green Smoke #A49F5C

Tints of Green Smoke #A49F5C

Color information

#A49F5C (or 0xA49F5C) is unknown color: approx Green Smoke. HEX triplet: A4, 9F and 5C. RGB value is (164,159,92). Sum of RGB (Red+Green+Blue) = 164+159+92=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F5C is #5B60A3. Grayscale: #999999. Windows color (decimal): -5988516 or 6070180. OLE color: 6070180.

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

Color convert

RGB16415992-
CMYK00.030.440.36
HSL55.83º28.35%50.2%-
HSV(B)55.83º43.9%64.31%-
XYZ29.6433.4615.02-
YUV152.8693.66135.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=39.52%
G=38.31%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641599200.030.440.3655.8328.3550.2
HexA49F5C032C24381c32
Octal244237134035444703462
Binary1010010010011111101110001110110010010011100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F5C; }

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

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

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

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

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

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

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

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