#A6A164

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

Shades of Malachite Green #A6A164

Tints of Malachite Green #A6A164

Color information

#A6A164 (or 0xA6A164) is unknown color: approx Malachite Green. HEX triplet: A6, A1 and 64. RGB value is (166,161,100). Sum of RGB (Red+Green+Blue) = 166+161+100=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A164 is #595E9B. Grayscale: #9B9B9B. Windows color (decimal): -5856924 or 6594982. OLE color: 6594982.

HSL color Cylindrical-coordinate representation of color #A6A164: hue angle of 55.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A164 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB166161100-
CMYK00.030.400.35
HSL55.45º27.05%52.16%-
HSV(B)55.45º39.76%65.1%-
XYZ30.7734.5217.1-
YUV155.5496.66135.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=38.88%
G=37.70%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616110000.030.400.3555.4527.0552.16
HexA6A164032823371b34
Octal246241144035043673364
Binary1010011010100001110010001110100010001111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A164; }

 p { color: rgb(166,161,100); }

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

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

 a { background-color: rgb(166,161,100); }

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

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

 span { border-color: rgb(166,161,100); }

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