#A1A06A

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

Shades of Malachite Green #A1A06A

Tints of Malachite Green #A1A06A

Color information

#A1A06A (or 0xA1A06A) is unknown color: approx Malachite Green. HEX triplet: A1, A0 and 6A. RGB value is (161,160,106). Sum of RGB (Red+Green+Blue) = 161+160+106=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A06A is #5E5F95. Grayscale: #9A9A9A. Windows color (decimal): -6184854 or 6987937. OLE color: 6987937.

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

Color convert

RGB161160106-
CMYK00.010.340.37
HSL58.91º22.63%52.35%-
HSV(B)58.91º34.16%63.14%-
XYZ29.8733.7618.58-
YUV154.14100.83132.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=37.70%
G=37.47%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116010600.010.340.3758.9122.6352.35
HexA1A06A0122253b1734
Octal241240152014245732764
Binary101000011010000011010100110001010010111101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A06A; }

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

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

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

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

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

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

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

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