#A29F5E

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

Shades of Green Smoke #A29F5E

Tints of Green Smoke #A29F5E

Color information

#A29F5E (or 0xA29F5E) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 5E. RGB value is (162,159,94). Sum of RGB (Red+Green+Blue) = 162+159+94=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5E is #5D60A1. Grayscale: #989898. Windows color (decimal): -6119586 or 6201250. OLE color: 6201250.

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

Color convert

RGB16215994-
CMYK00.020.420.36
HSL57.35º26.77%50.2%-
HSV(B)57.35º41.98%63.53%-
XYZ29.3233.2915.47-
YUV152.4994.99134.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=39.04%
G=38.31%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621599400.020.420.3657.3526.7750.2
HexA29F5E022A24391b32
Octal242237136025244713362
Binary1010001010011111101111001010101010010011100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F5E; }

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

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

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

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

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

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

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

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