#A1A26F

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

Shades of Malachite Green #A1A26F

Tints of Malachite Green #A1A26F

Color information

#A1A26F (or 0xA1A26F) is unknown color: approx Malachite Green. HEX triplet: A1, A2 and 6F. RGB value is (161,162,111). Sum of RGB (Red+Green+Blue) = 161+162+111=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A26F is #5E5D90. Grayscale: #9C9C9C. Windows color (decimal): -6184337 or 7316129. OLE color: 7316129.

HSL color Cylindrical-coordinate representation of color #A1A26F: hue angle of 61.18º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A26F is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB161162111-
CMYK0.0100.310.36
HSL61.18º21.52%53.53%-
HSV(B)61.18º31.48%63.53%-
XYZ30.4934.5720.1-
YUV155.89102.67131.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=37.10%
G=37.33%
B=25.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621110.0100.310.3661.1821.5253.53
HexA1A26F101F243d1636
Octal241242157103744752666
Binary10100001101000101101111101111110010011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A26F; }

 p { color: rgb(161,162,111); }

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

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

 a { background-color: rgb(161,162,111); }

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

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

 span { border-color: rgb(161,162,111); }

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