Html Css Color HEX #A2A068 Malachite Green

📋 copy color: '#A2A068'

red 162 ◦ green 160 ◦ blue 104

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

Shades of Malachite Green #A2A068

Tints of Malachite Green #A2A068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 38.03%
G = 37.56%
B = 24.41%

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

#A2A068 (or 0xA2A068) is known color: Malachite Green. HEX triplet: A2, A0 and 68. RGB value is (162,160,104). Sum of RGB (Red+Green+Blue) = 162+160+104=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A068 is #5D5F97. Grayscale: #9A9A9A. Windows color (decimal): -6119320 or 6856866. OLE color: 6856866.

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

Color convert

RGB 162 160 104 -
CMYK 0 0.01 0.36 0.36
HSL 57.93º 0.24% 0.52% -
HSV(B) 57.93º 0.36% 0.64% -
XYZ 29.97 33.82 18.05 -
YUV 154.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 162 160 104 0 0.01 0.36 0.36 57.93 0.24 0.52
Hex A2 A0 68 0 1 24 24 3A 18 34
Octal 242 240 150 0 1 44 44 72 30 64
Binary 10100010 10100000 1101000 0 1 100100 100100 111010 11000 110100

Color Harmonies of #A2A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A068

Black with #A2A068

Text Example


Text Example

White with #A2A068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A068; }

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

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

background-color css

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

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

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

border-color css

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

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

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