#A1A170

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

Shades of Malachite Green #A1A170

Tints of Malachite Green #A1A170

Color information

#A1A170 (or 0xA1A170) is unknown color: approx Malachite Green. HEX triplet: A1, A1 and 70. RGB value is (161,161,112). Sum of RGB (Red+Green+Blue) = 161+161+112=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A170 is #5E5E8F. Grayscale: #9B9B9B. Windows color (decimal): -6184592 or 7381409. OLE color: 7381409.

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

Color convert

RGB161161112-
CMYK000.300.37
HSL60º20.68%53.53%-
HSV(B)60º30.43%63.14%-
XYZ30.3734.2420.34-
YUV155.41103.5131.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=37.10%
G=37.10%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161112000.300.376020.6853.53
HexA1A170001E253c1536
Octal241241160003645742566
Binary10100001101000011110000001111010010111110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A170; }

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

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

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

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

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

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

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

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