#A29F5A

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

Shades of Green Smoke #A29F5A

Tints of Green Smoke #A29F5A

Color information

#A29F5A (or 0xA29F5A) is unknown color: approx Green Smoke. HEX triplet: A2, 9F and 5A. RGB value is (162,159,90). Sum of RGB (Red+Green+Blue) = 162+159+90=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F5A is #5D60A5. Grayscale: #989898. Windows color (decimal): -6119590 or 5939106. OLE color: 5939106.

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

Color convert

RGB16215990-
CMYK00.020.440.36
HSL57.5º28.57%49.41%-
HSV(B)57.5º44.44%63.53%-
XYZ29.1433.2214.55-
YUV152.0392.99135.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=39.42%
G=38.69%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621599000.020.440.3657.528.5749.41
HexA29F5A022C243a1d31
Octal242237132025444723561
Binary1010001010011111101101001010110010010011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F5A; }

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

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

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

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

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

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

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

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