#A1A067

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

Shades of Malachite Green #A1A067

Tints of Malachite Green #A1A067

Color information

#A1A067 (or 0xA1A067) is unknown color: approx Malachite Green. HEX triplet: A1, A0 and 67. RGB value is (161,160,103). Sum of RGB (Red+Green+Blue) = 161+160+103=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A067 is #5E5F98. Grayscale: #9A9A9A. Windows color (decimal): -6184857 or 6791329. OLE color: 6791329.

HSL color Cylindrical-coordinate representation of color #A1A067: hue angle of 58.97º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1A067 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB161160103-
CMYK00.010.360.37
HSL58.97º23.58%51.76%-
HSV(B)58.97º36.02%63.14%-
XYZ29.7233.717.77-
YUV153.899.33133.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=37.97%
G=37.74%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116010300.010.360.3758.9723.5851.76
HexA1A0670124253b1834
Octal241240147014445733064
Binary101000011010000011001110110010010010111101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A067; }

 p { color: rgb(161,160,103); }

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

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

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

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

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

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

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