#A5A36C

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

Shades of Malachite Green #A5A36C

Tints of Malachite Green #A5A36C

Color information

#A5A36C (or 0xA5A36C) is unknown color: approx Malachite Green. HEX triplet: A5, A3 and 6C. RGB value is (165,163,108). Sum of RGB (Red+Green+Blue) = 165+163+108=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A36C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A36C is #5A5C93. Grayscale: #9D9D9D. Windows color (decimal): -5921940 or 7119781. OLE color: 7119781.

HSL color Cylindrical-coordinate representation of color #A5A36C: hue angle of 57.89º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5A36C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165163108-
CMYK00.010.350.35
HSL57.89º24.05%53.53%-
HSV(B)57.89º34.55%64.71%-
XYZ31.3235.2819.35-
YUV157.33100.16133.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=37.84%
G=37.39%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516310800.010.350.3557.8924.0553.53
HexA5A36C0123233a1836
Octal245243154014343723066
Binary101001011010001111011000110001110001111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A36C; }

 p { color: rgb(165,163,108); }

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

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

 a { background-color: rgb(165,163,108); }

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

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

 span { border-color: rgb(165,163,108); }

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