Html Css Color HEX #A1A06D Malachite Green

📋 copy color: '#A1A06D'

red 161 ◦ green 160 ◦ blue 109

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

Shades of Malachite Green #A1A06D

Tints of Malachite Green #A1A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 37.44%
G = 37.21%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1A06D (or 0xA1A06D) is known color: Malachite Green. HEX triplet: A1, A0 and 6D. RGB value is (161,160,109). Sum of RGB (Red+Green+Blue) = 161+160+109=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A06D is #5E5F92. Grayscale: #9A9A9A. Windows color (decimal): -6184851 or 7184545. OLE color: 7184545.

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

Color convert

RGB 161 160 109 -
CMYK 0 0.01 0.32 0.37
HSL 58.85º 0.22% 0.53% -
HSV(B) 58.85º 0.32% 0.63% -
XYZ 30.03 33.82 19.41 -
YUV 154.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 161 160 109 0 0.01 0.32 0.37 58.85 0.22 0.53
Hex A1 A0 6D 0 1 20 25 3B 16 35
Octal 241 240 155 0 1 40 45 73 26 65
Binary 10100001 10100000 1101101 0 1 100000 100101 111011 10110 110101

Color Harmonies of #A1A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A06D

Black with #A1A06D

Text Example


Text Example

White with #A1A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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