#A2995E

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

Shades of Malachite Green #A2995E

Tints of Malachite Green #A2995E

Color information

#A2995E (or 0xA2995E) is unknown color: approx Malachite Green. HEX triplet: A2, 99 and 5E. RGB value is (162,153,94). Sum of RGB (Red+Green+Blue) = 162+153+94=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2995E is #5D66A1. Grayscale: #959595. Windows color (decimal): -6121122 or 6199714. OLE color: 6199714.

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

Color convert

RGB16215394-
CMYK00.060.420.36
HSL52.06º26.77%50.2%-
HSV(B)52.06º41.98%63.53%-
XYZ28.3131.2715.13-
YUV148.9696.98137.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=39.61%
G=37.41%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621539400.060.420.3652.0626.7750.2
HexA2995E062A24341b32
Octal242231136065244643362
Binary10100010100110011011110011010101010010011010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2995E; }

 p { color: rgb(162,153,94); }

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

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

 a { background-color: rgb(162,153,94); }

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

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

 span { border-color: rgb(162,153,94); }

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