#A49F5A

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

Shades of Green Smoke #A49F5A

Tints of Green Smoke #A49F5A

Color information

#A49F5A (or 0xA49F5A) is unknown color: approx Green Smoke. HEX triplet: A4, 9F and 5A. RGB value is (164,159,90). Sum of RGB (Red+Green+Blue) = 164+159+90=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F5A is #5B60A5. Grayscale: #989898. Windows color (decimal): -5988518 or 5939108. OLE color: 5939108.

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

Color convert

RGB16415990-
CMYK00.030.450.36
HSL55.95º29.13%49.8%-
HSV(B)55.95º45.12%64.31%-
XYZ29.5533.4314.57-
YUV152.6392.66136.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=39.71%
G=38.50%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641599000.030.450.3655.9529.1349.8
HexA49F5A032D24381d32
Octal244237132035544703562
Binary1010010010011111101101001110110110010011100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F5A; }

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

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

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

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

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

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

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

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