#A29F5D

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

Shades of Green Smoke #A29F5D

Tints of Green Smoke #A29F5D

Color information

#A29F5D (or 0xA29F5D) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 5D. RGB value is (162,159,93). Sum of RGB (Red+Green+Blue) = 162+159+93=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5D is #5D60A2. Grayscale: #989898. Windows color (decimal): -6119587 or 6135714. OLE color: 6135714.

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

Color convert

RGB16215993-
CMYK00.020.430.36
HSL57.39º27.06%50%-
HSV(B)57.39º42.59%63.53%-
XYZ29.2733.2715.23-
YUV152.3794.49134.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=39.13%
G=38.41%
B=22.46%

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
Decimal1621599300.020.430.3657.3927.0650
HexA29F5D022B24391b32
Octal242237135025344713362
Binary1010001010011111101110101010101110010011100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F5D; }

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

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

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

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

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

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

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

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