Html Css Color HEX #A2A072 Malachite Green

📋 copy color: '#A2A072'

red 162 ◦ green 160 ◦ blue 114

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

Shades of Malachite Green #A2A072

Tints of Malachite Green #A2A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.15%

R = 37.16%
G = 36.7%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A2A072 (or 0xA2A072) is known color: Malachite Green. HEX triplet: A2, A0 and 72. RGB value is (162,160,114). Sum of RGB (Red+Green+Blue) = 162+160+114=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A072 is #5D5F8D. Grayscale: #9B9B9B. Windows color (decimal): -6119310 or 7512226. OLE color: 7512226.

HSL color Cylindrical-coordinate representation of color #A2A072: hue angle of 57.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A072 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 114 -
CMYK 0 0.01 0.30 0.36
HSL 57.5º 0.21% 0.54% -
HSV(B) 57.5º 0.3% 0.64% -
XYZ 30.51 34.04 20.88 -
YUV 155.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 162 160 114 0 0.01 0.30 0.36 57.5 0.21 0.54
Hex A2 A0 72 0 1 1E 24 3A 15 36
Octal 242 240 162 0 1 36 44 72 25 66
Binary 10100010 10100000 1110010 0 1 11110 100100 111010 10101 110110

Color Harmonies of #A2A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A072

Black with #A2A072

Text Example


Text Example

White with #A2A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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