Html Css Color HEX #A09C64 Malachite Green

📋 copy color: '#A09C64'

red 160 ◦ green 156 ◦ blue 100

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

Shades of Malachite Green #A09C64

Tints of Malachite Green #A09C64

RGB

 RED value IS 160 (62.89% from 255) = 38.46%

 GREEN value IS 156 (61.33% from 255) = 37.5%

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 38.46%
G = 37.5%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A09C64 (or 0xA09C64) is known color: Malachite Green. HEX triplet: A0, 9C and 64. RGB value is (160,156,100). Sum of RGB (Red+Green+Blue) = 160+156+100=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C64 is #5F639B. Grayscale: #979797. Windows color (decimal): -6251420 or 6593696. OLE color: 6593696.

HSL color Cylindrical-coordinate representation of color #A09C64: hue angle of 56º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09C64 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 156 100 -
CMYK 0 0.02 0.38 0.37
HSL 56º 0.24% 0.51% -
HSV(B) 56º 0.38% 0.63% -
XYZ 28.69 32.17 16.75 -
YUV 150.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 160 156 100 0 0.02 0.38 0.37 56 0.24 0.51
Hex A0 9C 64 0 2 26 25 38 18 33
Octal 240 234 144 0 2 46 45 70 30 63
Binary 10100000 10011100 1100100 0 10 100110 100101 111000 11000 110011

Color Harmonies of #A09C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C64

Black with #A09C64

Text Example


Text Example

White with #A09C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C64; }

 p { color: rgb(160,156,100); }

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

background-color css

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

 a { background-color: rgb(160,156,100); }

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

border-color css

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

 span { border-color: rgb(160,156,100); }

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