#A29F72

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

Shades of Malachite Green #A29F72

Tints of Malachite Green #A29F72

Color information

#A29F72 (or 0xA29F72) is unknown color: approx Malachite Green. HEX triplet: A2, 9F and 72. RGB value is (162,159,114). Sum of RGB (Red+Green+Blue) = 162+159+114=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F72 is #5D608D. Grayscale: #9A9A9A. Windows color (decimal): -6119566 or 7511970. OLE color: 7511970.

HSL color Cylindrical-coordinate representation of color #A29F72: hue angle of 56.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29F72 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162159114-
CMYK00.020.300.36
HSL56.25º20.51%54.12%-
HSV(B)56.25º29.63%63.53%-
XYZ30.3433.6920.82-
YUV154.77104.99133.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=37.24%
G=36.55%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215911400.020.300.3656.2520.5154.12
HexA29F72021E24381536
Octal242237162023644702566
Binary101000101001111111100100101111010010011100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F72; }

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

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

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

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

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

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

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

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