Html Css Color HEX #A09965 Malachite Green

📋 copy color: '#A09965'

red 160 ◦ green 153 ◦ blue 101

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

Shades of Malachite Green #A09965

Tints of Malachite Green #A09965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 38.65%
G = 36.96%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A09965 (or 0xA09965) is known color: Malachite Green. HEX triplet: A0, 99 and 65. RGB value is (160,153,101). Sum of RGB (Red+Green+Blue) = 160+153+101=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A09965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09965 is #5F669A. Grayscale: #959595. Windows color (decimal): -6252187 or 6658464. OLE color: 6658464.

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

Color convert

RGB 160 153 101 -
CMYK 0 0.04 0.37 0.37
HSL 52.88º 0.24% 0.51% -
HSV(B) 52.88º 0.37% 0.63% -
XYZ 28.24 31.2 16.85 -
YUV 149.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 160 153 101 0 0.04 0.37 0.37 52.88 0.24 0.51
Hex A0 99 65 0 4 25 25 35 18 33
Octal 240 231 145 0 4 45 45 65 30 63
Binary 10100000 10011001 1100101 0 100 100101 100101 110101 11000 110011

Color Harmonies of #A09965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09965

Black with #A09965

Text Example


Text Example

White with #A09965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09965; }

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

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

background-color css

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

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

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

border-color css

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

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

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