#a49c5f

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

Shades of Malachite Green #A49C5F

Tints of Malachite Green #A49C5F

Color information

#A49C5F (or 0xA49C5F) is unknown color: approx Malachite Green. HEX triplet: A4, 9C and 5F. RGB value is (164,156,95). Sum of RGB (Red+Green+Blue) = 164+156+95=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C5F is #5B63A0. Grayscale: #979797. Windows color (decimal): -5989281 or 6266020. OLE color: 6266020.

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

Color convert

RGB16415695-
CMYK00.050.420.36
HSL53.04º27.49%50.78%-
HSV(B)53.04º42.07%64.31%-
XYZ29.2632.515.56-
YUV151.4496.15136.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=39.52%
G=37.59%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641569500.050.420.3653.0427.4950.78
HexA49C5F052A24351b33
Octal244234137055244653363
Binary10100100100111001011111010110101010010011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a49c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a49c5f; }

 p { color: rgb(164,156,95); }

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

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

 a { background-color: rgb(164,156,95); }

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

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

 span { border-color: rgb(164,156,95); }

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