#A29F5C

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

Shades of Green Smoke #A29F5C

Tints of Green Smoke #A29F5C

Color information

#A29F5C (or 0xA29F5C) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 5C. RGB value is (162,159,92). Sum of RGB (Red+Green+Blue) = 162+159+92=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5C is #5D60A3. Grayscale: #989898. Windows color (decimal): -6119588 or 6070178. OLE color: 6070178.

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

Color convert

RGB16215992-
CMYK00.020.430.36
HSL57.43º27.56%49.8%-
HSV(B)57.43º43.21%63.53%-
XYZ29.2333.2515-
YUV152.2693.99134.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=39.23%
G=38.50%
B=22.28%

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
Decimal1621599200.020.430.3657.4327.5649.8
HexA29F5C022B24391c32
Octal242237134025344713462
Binary1010001010011111101110001010101110010011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F5C; }

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

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

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

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

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

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

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

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