#A5A26C

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

Shades of Malachite Green #A5A26C

Tints of Malachite Green #A5A26C

Color information

#A5A26C (or 0xA5A26C) is unknown color: approx Malachite Green. HEX triplet: A5, A2 and 6C. RGB value is (165,162,108). Sum of RGB (Red+Green+Blue) = 165+162+108=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A26C is #5A5D93. Grayscale: #9C9C9C. Windows color (decimal): -5922196 or 7119525. OLE color: 7119525.

HSL color Cylindrical-coordinate representation of color #A5A26C: hue angle of 56.84º 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 #A5A26C is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165162108-
CMYK00.020.350.35
HSL56.84º24.05%53.53%-
HSV(B)56.84º34.55%64.71%-
XYZ31.1434.9219.29-
YUV156.74100.49133.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=37.93%
G=37.24%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516210800.020.350.3556.8424.0553.53
HexA5A26C022323391836
Octal245242154024343713066
Binary1010010110100010110110001010001110001111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A26C; }

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

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

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

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

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

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

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

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