#A29E5E

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

Shades of Green Smoke #A29E5E

Tints of Green Smoke #A29E5E

Color information

#A29E5E (or 0xA29E5E) is unknown color: approx Green Smoke. HEX triplet: A2, 9E and 5E. RGB value is (162,158,94). Sum of RGB (Red+Green+Blue) = 162+158+94=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E5E is #5D61A1. Grayscale: #989898. Windows color (decimal): -6119842 or 6200994. OLE color: 6200994.

HSL color Cylindrical-coordinate representation of color #A29E5E: hue angle of 56.47º 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 #A29E5E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16215894-
CMYK00.020.420.36
HSL56.47º26.77%50.2%-
HSV(B)56.47º41.98%63.53%-
XYZ29.1532.9415.41-
YUV151.995.33135.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=39.13%
G=38.16%
B=22.71%

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
Decimal1621589400.020.420.3656.4726.7750.2
HexA29E5E022A24381b32
Octal242236136025244703362
Binary1010001010011110101111001010101010010011100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E5E; }

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

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

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

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

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

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

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

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