Html Css Color HEX #A09964 Malachite Green

📋 copy color: '#A09964'

red 160 ◦ green 153 ◦ blue 100

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

Shades of Malachite Green #A09964

Tints of Malachite Green #A09964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 38.74%
G = 37.05%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A09964 (or 0xA09964) is known color: Malachite Green. HEX triplet: A0, 99 and 64. RGB value is (160,153,100). Sum of RGB (Red+Green+Blue) = 160+153+100=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A09964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09964 is #5F669B. Grayscale: #959595. Windows color (decimal): -6252188 or 6592928. OLE color: 6592928.

HSL color Cylindrical-coordinate representation of color #A09964: hue angle of 53º 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 #A09964 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 100 -
CMYK 0 0.04 0.38 0.37
HSL 53º 0.24% 0.51% -
HSV(B) 53º 0.38% 0.63% -
XYZ 28.19 31.18 16.59 -
YUV 149.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 160 153 100 0 0.04 0.38 0.37 53 0.24 0.51
Hex A0 99 64 0 4 26 25 35 18 33
Octal 240 231 144 0 4 46 45 65 30 63
Binary 10100000 10011001 1100100 0 100 100110 100101 110101 11000 110011

Color Harmonies of #A09964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09964

Black with #A09964

Text Example


Text Example

White with #A09964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09964; }

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

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

background-color css

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

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

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

border-color css

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

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

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