#A29B5F

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

Shades of Malachite Green #A29B5F

Tints of Malachite Green #A29B5F

Color information

#A29B5F (or 0xA29B5F) is unknown color: approx Malachite Green. HEX triplet: A2, 9B and 5F. RGB value is (162,155,95). Sum of RGB (Red+Green+Blue) = 162+155+95=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B5F is #5D64A0. Grayscale: #969696. Windows color (decimal): -6120609 or 6265762. OLE color: 6265762.

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

Color convert

RGB16215595-
CMYK00.040.410.36
HSL53.73º26.48%50.39%-
HSV(B)53.73º41.36%63.53%-
XYZ28.6931.9515.48-
YUV150.2596.82136.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=39.32%
G=37.62%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621559500.040.410.3653.7326.4850.39
HexA29B5F042924361a32
Octal242233137045144663262
Binary10100010100110111011111010010100110010011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B5F; }

 p { color: rgb(162,155,95); }

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

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

 a { background-color: rgb(162,155,95); }

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

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

 span { border-color: rgb(162,155,95); }

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