#A29E5C

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

Shades of Green Smoke #A29E5C

Tints of Green Smoke #A29E5C

Color information

#A29E5C (or 0xA29E5C) is unknown color: approx Green Smoke. HEX triplet: A2, 9E and 5C. RGB value is (162,158,92). Sum of RGB (Red+Green+Blue) = 162+158+92=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E5C is #5D61A3. Grayscale: #979797. Windows color (decimal): -6119844 or 6069922. OLE color: 6069922.

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

Color convert

RGB16215892-
CMYK00.020.430.36
HSL56.57º27.56%49.8%-
HSV(B)56.57º43.21%63.53%-
XYZ29.0632.9114.95-
YUV151.6794.33135.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=39.32%
G=38.35%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621589200.020.430.3656.5727.5649.8
HexA29E5C022B24391c32
Octal242236134025344713462
Binary1010001010011110101110001010101110010011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E5C; }

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

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

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

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

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

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

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

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