#A29F53

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

Shades of Green Smoke #A29F53

Tints of Green Smoke #A29F53

Color information

#A29F53 (or 0xA29F53) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 53. RGB value is (162,159,83). Sum of RGB (Red+Green+Blue) = 162+159+83=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F53 is #5D60AC. Grayscale: #979797. Windows color (decimal): -6119597 or 5480354. OLE color: 5480354.

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

Color convert

RGB16215983-
CMYK00.020.490.36
HSL57.72º32.24%48.04%-
HSV(B)57.72º48.77%63.53%-
XYZ28.8633.113.05-
YUV151.2389.49135.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=40.10%
G=39.36%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621598300.020.490.3657.7232.2448.04
HexA29F530231243a2030
Octal242237123026144724060
Binary10100010100111111010011010110001100100111010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F53; }

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

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

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

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

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

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

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

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