Html Css Color HEX #A09966 Malachite Green

📋 copy color: '#A09966'

red 160 ◦ green 153 ◦ blue 102

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

Shades of Malachite Green #A09966

Tints of Malachite Green #A09966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.58%

R = 38.55%
G = 36.87%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A09966 (or 0xA09966) is known color: Malachite Green. HEX triplet: A0, 99 and 66. RGB value is (160,153,102). Sum of RGB (Red+Green+Blue) = 160+153+102=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A09966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09966 is #5F6699. Grayscale: #959595. Windows color (decimal): -6252186 or 6724000. OLE color: 6724000.

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

Color convert

RGB 160 153 102 -
CMYK 0 0.04 0.36 0.37
HSL 52.76º 0.23% 0.51% -
HSV(B) 52.76º 0.36% 0.63% -
XYZ 28.29 31.22 17.1 -
YUV 149.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 160 153 102 0 0.04 0.36 0.37 52.76 0.23 0.51
Hex A0 99 66 0 4 24 25 35 17 33
Octal 240 231 146 0 4 44 45 65 27 63
Binary 10100000 10011001 1100110 0 100 100100 100101 110101 10111 110011

Color Harmonies of #A09966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09966

Black with #A09966

Text Example


Text Example

White with #A09966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09966; }

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

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

background-color css

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

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

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

border-color css

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

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

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