Html Css Color HEX #A2A066 Malachite Green

📋 copy color: '#A2A066'

red 162 ◦ green 160 ◦ blue 102

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

Shades of Malachite Green #A2A066

Tints of Malachite Green #A2A066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 38.21%
G = 37.74%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A2A066 (or 0xA2A066) is known color: Malachite Green. HEX triplet: A2, A0 and 66. RGB value is (162,160,102). Sum of RGB (Red+Green+Blue) = 162+160+102=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A066 is #5D5F99. Grayscale: #9A9A9A. Windows color (decimal): -6119322 or 6725794. OLE color: 6725794.

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

Color convert

RGB 162 160 102 -
CMYK 0 0.01 0.37 0.36
HSL 58º 0.24% 0.52% -
HSV(B) 58º 0.37% 0.64% -
XYZ 29.87 33.78 17.52 -
YUV 153.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 162 160 102 0 0.01 0.37 0.36 58 0.24 0.52
Hex A2 A0 66 0 1 25 24 3A 18 34
Octal 242 240 146 0 1 45 44 72 30 64
Binary 10100010 10100000 1100110 0 1 100101 100100 111010 11000 110100

Color Harmonies of #A2A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A066

Black with #A2A066

Text Example


Text Example

White with #A2A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A066; }

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

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

background-color css

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

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

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

border-color css

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

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

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