#A29F64

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

Shades of Malachite Green #A29F64

Tints of Malachite Green #A29F64

Color information

#A29F64 (or 0xA29F64) is unknown color: approx Malachite Green. HEX triplet: A2, 9F and 64. RGB value is (162,159,100). Sum of RGB (Red+Green+Blue) = 162+159+100=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F64 is #5D609B. Grayscale: #999999. Windows color (decimal): -6119580 or 6594466. OLE color: 6594466.

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

Color convert

RGB162159100-
CMYK00.020.380.36
HSL57.1º25%51.37%-
HSV(B)57.1º38.27%63.53%-
XYZ29.633.416.94-
YUV153.1797.99134.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=38.48%
G=37.77%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215910000.020.380.3657.12551.37
HexA29F64022624391933
Octal242237144024644713163
Binary1010001010011111110010001010011010010011100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F64; }

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

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

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

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

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

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

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

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