#a29f5f

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

Shades of Green Smoke #A29F5F

Tints of Green Smoke #A29F5F

Color information

#A29F5F (or 0xA29F5F) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 5F. RGB value is (162,159,95). Sum of RGB (Red+Green+Blue) = 162+159+95=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5F is #5D60A0. Grayscale: #989898. Windows color (decimal): -6119585 or 6266786. OLE color: 6266786.

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

Color convert

RGB16215995-
CMYK00.020.410.36
HSL57.31º26.48%50.39%-
HSV(B)57.31º41.36%63.53%-
XYZ29.3633.315.71-
YUV152.695.49134.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=38.94%
G=38.22%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621599500.020.410.3657.3126.4850.39
HexA29F5F022924391a32
Octal242237137025144713262
Binary1010001010011111101111101010100110010011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a29f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a29f5f; }

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

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

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

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

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

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

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

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