Html Css Color HEX #A09963 Malachite Green

📋 copy color: '#A09963'

red 160 ◦ green 153 ◦ blue 99

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

Shades of Malachite Green #A09963

Tints of Malachite Green #A09963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.03%

R = 38.83%
G = 37.14%
B = 24.03%

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

#A09963 (or 0xA09963) is known color: Malachite Green. HEX triplet: A0, 99 and 63. RGB value is (160,153,99). Sum of RGB (Red+Green+Blue) = 160+153+99=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09963 is #5F669C. Grayscale: #959595. Windows color (decimal): -6252189 or 6527392. OLE color: 6527392.

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

Color convert

RGB 160 153 99 -
CMYK 0 0.04 0.38 0.37
HSL 53.11º 0.24% 0.51% -
HSV(B) 53.11º 0.38% 0.63% -
XYZ 28.14 31.16 16.34 -
YUV 148.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 160 153 99 0 0.04 0.38 0.37 53.11 0.24 0.51
Hex A0 99 63 0 4 26 25 35 18 33
Octal 240 231 143 0 4 46 45 65 30 63
Binary 10100000 10011001 1100011 0 100 100110 100101 110101 11000 110011

Color Harmonies of #A09963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09963

Black with #A09963

Text Example


Text Example

White with #A09963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09963; }

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

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

background-color css

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

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

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

border-color css

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

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

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