#A29F58

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

Shades of Green Smoke #A29F58

Tints of Green Smoke #A29F58

Color information

#A29F58 (or 0xA29F58) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 58. RGB value is (162,159,88). Sum of RGB (Red+Green+Blue) = 162+159+88=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F58 is #5D60A7. Grayscale: #989898. Windows color (decimal): -6119592 or 5808034. OLE color: 5808034.

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

Color convert

RGB16215988-
CMYK00.020.460.36
HSL57.57º29.6%49.02%-
HSV(B)57.57º45.68%63.53%-
XYZ29.0633.1814.11-
YUV151.891.99135.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=39.61%
G=38.88%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621598800.020.460.3657.5729.649.02
HexA29F58022E243a1e31
Octal242237130025644723661
Binary1010001010011111101100001010111010010011101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F58; }

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

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

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

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

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

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

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

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