#A1A16C

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

Shades of Malachite Green #A1A16C

Tints of Malachite Green #A1A16C

Color information

#A1A16C (or 0xA1A16C) is unknown color: approx Malachite Green. HEX triplet: A1, A1 and 6C. RGB value is (161,161,108). Sum of RGB (Red+Green+Blue) = 161+161+108=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A16C is #5E5E93. Grayscale: #9B9B9B. Windows color (decimal): -6184596 or 7119265. OLE color: 7119265.

HSL color Cylindrical-coordinate representation of color #A1A16C: hue angle of 60º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A16C is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161161108-
CMYK000.330.37
HSL60º21.99%52.75%-
HSV(B)60º32.92%63.14%-
XYZ30.1534.1519.19-
YUV154.96101.5132.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=37.44%
G=37.44%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161108000.330.376021.9952.75
HexA1A16C0021253c1635
Octal241241154004145742665
Binary101000011010000111011000010000110010111110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A16C; }

 p { color: rgb(161,161,108); }

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

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

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

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

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

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

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