Html Css Color HEX #A2A067 Malachite Green

📋 copy color: '#A2A067'

red 162 ◦ green 160 ◦ blue 103

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

Shades of Malachite Green #A2A067

Tints of Malachite Green #A2A067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.24%

R = 38.12%
G = 37.65%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A2A067 (or 0xA2A067) is known color: Malachite Green. HEX triplet: A2, A0 and 67. RGB value is (162,160,103). Sum of RGB (Red+Green+Blue) = 162+160+103=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A067 is #5D5F98. Grayscale: #9A9A9A. Windows color (decimal): -6119321 or 6791330. OLE color: 6791330.

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

Color convert

RGB 162 160 103 -
CMYK 0 0.01 0.36 0.36
HSL 57.97º 0.24% 0.52% -
HSV(B) 57.97º 0.36% 0.64% -
XYZ 29.92 33.8 17.78 -
YUV 154.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 162 160 103 0 0.01 0.36 0.36 57.97 0.24 0.52
Hex A2 A0 67 0 1 24 24 3A 18 34
Octal 242 240 147 0 1 44 44 72 30 64
Binary 10100010 10100000 1100111 0 1 100100 100100 111010 11000 110100

Color Harmonies of #A2A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A067

Black with #A2A067

Text Example


Text Example

White with #A2A067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A067; }

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

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

background-color css

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

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

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

border-color css

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

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

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