Html Css Color HEX #A09860 Malachite Green

📋 copy color: '#A09860'

red 160 ◦ green 152 ◦ blue 96

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

Shades of Malachite Green #A09860

Tints of Malachite Green #A09860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 39.22%
G = 37.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A09860 (or 0xA09860) is known color: Malachite Green. HEX triplet: A0, 98 and 60. RGB value is (160,152,96). Sum of RGB (Red+Green+Blue) = 160+152+96=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09860 is #5F679F. Grayscale: #949494. Windows color (decimal): -6252448 or 6330528. OLE color: 6330528.

HSL color Cylindrical-coordinate representation of color #A09860: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09860 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 96 -
CMYK 0 0.05 0.4 0.37
HSL 52.5º 0.25% 0.5% -
HSV(B) 52.5º 0.4% 0.63% -
XYZ 27.84 30.77 15.54 -
YUV 148.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 160 152 96 0 0.05 0.4 0.37 52.5 0.25 0.5
Hex A0 98 60 0 5 28 25 34 19 32
Octal 240 230 140 0 5 50 45 64 31 62
Binary 10100000 10011000 1100000 0 101 101000 100101 110100 11001 110010

Color Harmonies of #A09860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09860

Black with #A09860

Text Example


Text Example

White with #A09860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09860; }

 p { color: rgb(160,152,96); }

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

background-color css

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

 a { background-color: rgb(160,152,96); }

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

border-color css

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

 span { border-color: rgb(160,152,96); }

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