#A29C5D

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

Shades of Malachite Green #A29C5D

Tints of Malachite Green #A29C5D

Color information

#A29C5D (or 0xA29C5D) is unknown color: approx Malachite Green. HEX triplet: A2, 9C and 5D. RGB value is (162,156,93). Sum of RGB (Red+Green+Blue) = 162+156+93=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C5D is #5D63A2. Grayscale: #969696. Windows color (decimal): -6120355 or 6134946. OLE color: 6134946.

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

Color convert

RGB16215693-
CMYK00.040.430.36
HSL54.78º27.06%50%-
HSV(B)54.78º42.59%63.53%-
XYZ28.7632.2515.06-
YUV150.6195.49136.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=39.42%
G=37.96%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621569300.040.430.3654.7827.0650
HexA29C5D042B24371b32
Octal242234135045344673362
Binary10100010100111001011101010010101110010011011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C5D; }

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

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

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

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

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

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

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

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