#A29C64

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

Shades of Malachite Green #A29C64

Tints of Malachite Green #A29C64

Color information

#A29C64 (or 0xA29C64) is unknown color: approx Malachite Green. HEX triplet: A2, 9C and 64. RGB value is (162,156,100). Sum of RGB (Red+Green+Blue) = 162+156+100=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C64 is #5D639B. Grayscale: #979797. Windows color (decimal): -6120348 or 6593698. OLE color: 6593698.

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

Color convert

RGB162156100-
CMYK00.040.380.36
HSL54.19º25%51.37%-
HSV(B)54.19º38.27%63.53%-
XYZ29.0932.3816.77-
YUV151.4198.99135.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=38.76%
G=37.32%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215610000.040.380.3654.192551.37
HexA29C64042624361933
Octal242234144044644663163
Binary10100010100111001100100010010011010010011011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C64; }

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

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

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

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

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

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

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

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