Html Css Color HEX #A2A06D Malachite Green

📋 copy color: '#A2A06D'

red 162 ◦ green 160 ◦ blue 109

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

Shades of Malachite Green #A2A06D

Tints of Malachite Green #A2A06D

RGB

 RED value IS 162 (63.67% from 255) = 37.59%

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

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

R = 37.59%
G = 37.12%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2A06D (or 0xA2A06D) is known color: Malachite Green. HEX triplet: A2, A0 and 6D. RGB value is (162,160,109). Sum of RGB (Red+Green+Blue) = 162+160+109=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A06D is #5D5F92. Grayscale: #9A9A9A. Windows color (decimal): -6119315 or 7184546. OLE color: 7184546.

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

Color convert

RGB 162 160 109 -
CMYK 0 0.01 0.33 0.36
HSL 57.74º 0.22% 0.53% -
HSV(B) 57.74º 0.33% 0.64% -
XYZ 30.23 33.93 19.42 -
YUV 154.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 162 160 109 0 0.01 0.33 0.36 57.74 0.22 0.53
Hex A2 A0 6D 0 1 21 24 3A 16 35
Octal 242 240 155 0 1 41 44 72 26 65
Binary 10100010 10100000 1101101 0 1 100001 100100 111010 10110 110101

Color Harmonies of #A2A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A06D

Black with #A2A06D

Text Example


Text Example

White with #A2A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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