Html Css Color HEX #A1A070 Malachite Green

📋 copy color: '#A1A070'

red 161 ◦ green 160 ◦ blue 112

#A1A070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #A1A070

Tints of Malachite Green #A1A070

RGB

 RED value IS 161 (63.28% from 255) = 37.18%

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 37.18%
G = 36.95%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A1A070 (or 0xA1A070) is known color: Malachite Green. HEX triplet: A1, A0 and 70. RGB value is (161,160,112). Sum of RGB (Red+Green+Blue) = 161+160+112=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A070 is #5E5F8F. Grayscale: #9B9B9B. Windows color (decimal): -6184848 or 7381153. OLE color: 7381153.

HSL color Cylindrical-coordinate representation of color #A1A070: hue angle of 58.78º 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 #A1A070 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 112 -
CMYK 0 0.01 0.30 0.37
HSL 58.78º 0.21% 0.54% -
HSV(B) 58.78º 0.3% 0.63% -
XYZ 30.19 33.89 20.28 -
YUV 154.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 161 160 112 0 0.01 0.30 0.37 58.78 0.21 0.54
Hex A1 A0 70 0 1 1E 25 3B 15 36
Octal 241 240 160 0 1 36 45 73 25 66
Binary 10100001 10100000 1110000 0 1 11110 100101 111011 10101 110110

Color Harmonies of #A1A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A070

Black with #A1A070

Text Example


Text Example

White with #A1A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A070; }

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

 H1.HeaderClassName
 {
   color: #A1A070;
 }
 .AnyTagClassName
 {
   color: #A1A070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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