#A5A26E

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

Shades of Malachite Green #A5A26E

Tints of Malachite Green #A5A26E

Color information

#A5A26E (or 0xA5A26E) is unknown color: approx Malachite Green. HEX triplet: A5, A2 and 6E. RGB value is (165,162,110). Sum of RGB (Red+Green+Blue) = 165+162+110=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A26E is #5A5D91. Grayscale: #9D9D9D. Windows color (decimal): -5922194 or 7250597. OLE color: 7250597.

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

Color convert

RGB165162110-
CMYK00.020.330.35
HSL56.73º23.4%53.92%-
HSV(B)56.73º33.33%64.71%-
XYZ31.2534.9719.85-
YUV156.97101.49133.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=37.76%
G=37.07%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516211000.020.330.3556.7323.453.92
HexA5A26E022123391736
Octal245242156024143712766
Binary1010010110100010110111001010000110001111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A26E; }

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

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

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

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

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

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

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

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