Html Css Color HEX #A1A16D Malachite Green

📋 copy color: '#A1A16D'

red 161 ◦ green 161 ◦ blue 109

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

Shades of Malachite Green #A1A16D

Tints of Malachite Green #A1A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 37.35%
G = 37.35%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1A16D (or 0xA1A16D) is known color: Malachite Green. HEX triplet: A1, A1 and 6D. RGB value is (161,161,109). Sum of RGB (Red+Green+Blue) = 161+161+109=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A16D is #5E5E92. Grayscale: #9B9B9B. Windows color (decimal): -6184595 or 7184801. OLE color: 7184801.

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

Color convert

RGB 161 161 109 -
CMYK 0 0 0.32 0.37
HSL 60º 0.22% 0.53% -
HSV(B) 60º 0.32% 0.63% -
XYZ 30.2 34.17 19.47 -
YUV 155.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 161 161 109 0 0 0.32 0.37 60 0.22 0.53
Hex A1 A1 6D 0 0 20 25 3C 16 35
Octal 241 241 155 0 0 40 45 74 26 65
Binary 10100001 10100001 1101101 0 0 100000 100101 111100 10110 110101

Color Harmonies of #A1A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A16D

Black with #A1A16D

Text Example


Text Example

White with #A1A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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