#A29E5A

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

Shades of Green Smoke #A29E5A

Tints of Green Smoke #A29E5A

Color information

#A29E5A (or 0xA29E5A) is unknown color: approx Green Smoke. HEX triplet: A2, 9E and 5A. RGB value is (162,158,90). Sum of RGB (Red+Green+Blue) = 162+158+90=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E5A is #5D61A5. Grayscale: #979797. Windows color (decimal): -6119846 or 5938850. OLE color: 5938850.

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

Color convert

RGB16215890-
CMYK00.020.440.36
HSL56.67º28.57%49.41%-
HSV(B)56.67º44.44%63.53%-
XYZ28.9732.8714.49-
YUV151.4493.33135.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=39.51%
G=38.54%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621589000.020.440.3656.6728.5749.41
HexA29E5A022C24391d31
Octal242236132025444713561
Binary1010001010011110101101001010110010010011100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E5A; }

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

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

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

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

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

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

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

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