#A39C5F

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

Shades of Malachite Green #A39C5F

Tints of Malachite Green #A39C5F

Color information

#A39C5F (or 0xA39C5F) is unknown color: approx Malachite Green. HEX triplet: A3, 9C and 5F. RGB value is (163,156,95). Sum of RGB (Red+Green+Blue) = 163+156+95=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C5F is #5C63A0. Grayscale: #979797. Windows color (decimal): -6054817 or 6266019. OLE color: 6266019.

HSL color Cylindrical-coordinate representation of color #A39C5F: hue angle of 53.82º 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 #A39C5F is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16315695-
CMYK00.040.420.36
HSL53.82º26.98%50.59%-
HSV(B)53.82º41.72%63.92%-
XYZ29.0632.3915.55-
YUV151.1496.32136.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=39.37%
G=37.68%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631569500.040.420.3653.8226.9850.59
HexA39C5F042A24361b33
Octal243234137045244663363
Binary10100011100111001011111010010101010010011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C5F; }

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

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

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

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

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

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

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

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