Html Css Color HEX #A09960 Malachite Green

📋 copy color: '#A09960'

red 160 ◦ green 153 ◦ blue 96

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

Shades of Malachite Green #A09960

Tints of Malachite Green #A09960

RGB

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

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

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

R = 39.12%
G = 37.41%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A09960 (or 0xA09960) is known color: Malachite Green. HEX triplet: A0, 99 and 60. RGB value is (160,153,96). Sum of RGB (Red+Green+Blue) = 160+153+96=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09960 is #5F669F. Grayscale: #949494. Windows color (decimal): -6252192 or 6330784. OLE color: 6330784.

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

Color convert

RGB 160 153 96 -
CMYK 0 0.04 0.4 0.37
HSL 53.44º 0.25% 0.5% -
HSV(B) 53.44º 0.4% 0.63% -
XYZ 28 31.1 15.59 -
YUV 148.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 160 153 96 0 0.04 0.4 0.37 53.44 0.25 0.5
Hex A0 99 60 0 4 28 25 35 19 32
Octal 240 231 140 0 4 50 45 65 31 62
Binary 10100000 10011001 1100000 0 100 101000 100101 110101 11001 110010

Color Harmonies of #A09960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09960

Black with #A09960

Text Example


Text Example

White with #A09960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09960; }

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

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

background-color css

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

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

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

border-color css

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

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

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