#A29F70

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

Shades of Malachite Green #A29F70

Tints of Malachite Green #A29F70

Color information

#A29F70 (or 0xA29F70) is unknown color: approx Malachite Green. HEX triplet: A2, 9F and 70. RGB value is (162,159,112). Sum of RGB (Red+Green+Blue) = 162+159+112=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F70 is #5D608F. Grayscale: #9A9A9A. Windows color (decimal): -6119568 or 7380898. OLE color: 7380898.

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

Color convert

RGB162159112-
CMYK00.020.310.36
HSL56.4º21.19%53.73%-
HSV(B)56.4º30.86%63.53%-
XYZ30.2233.6520.23-
YUV154.54103.99133.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=37.41%
G=36.72%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215911200.020.310.3656.421.1953.73
HexA29F70021F24381536
Octal242237160023744702566
Binary101000101001111111100000101111110010011100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F70; }

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

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

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

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

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

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

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

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