#A29C5F

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

Shades of Malachite Green #A29C5F

Tints of Malachite Green #A29C5F

Color information

#A29C5F (or 0xA29C5F) is unknown color: approx Malachite Green. HEX triplet: A2, 9C and 5F. RGB value is (162,156,95). Sum of RGB (Red+Green+Blue) = 162+156+95=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C5F is #5D63A0. Grayscale: #979797. Windows color (decimal): -6120353 or 6266018. OLE color: 6266018.

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

Color convert

RGB16215695-
CMYK00.040.410.36
HSL54.63º26.48%50.39%-
HSV(B)54.63º41.36%63.53%-
XYZ28.8532.2815.54-
YUV150.8496.49135.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=39.23%
G=37.77%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621569500.040.410.3654.6326.4850.39
HexA29C5F042924371a32
Octal242234137045144673262
Binary10100010100111001011111010010100110010011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C5F; }

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

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

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

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

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

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

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

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