Html Css Color HEX #A0995F Malachite Green

📋 copy color: '#A0995F'

red 160 ◦ green 153 ◦ blue 95

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

Shades of Malachite Green #A0995F

Tints of Malachite Green #A0995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 39.22%
G = 37.5%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0995F (or 0xA0995F) is known color: Malachite Green. HEX triplet: A0, 99 and 5F. RGB value is (160,153,95). Sum of RGB (Red+Green+Blue) = 160+153+95=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A0995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0995F is #5F66A0. Grayscale: #949494. Windows color (decimal): -6252193 or 6265248. OLE color: 6265248.

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

Color convert

RGB 160 153 95 -
CMYK 0 0.04 0.41 0.37
HSL 53.54º 0.25% 0.5% -
HSV(B) 53.54º 0.41% 0.63% -
XYZ 27.95 31.08 15.35 -
YUV 148.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 160 153 95 0 0.04 0.41 0.37 53.54 0.25 0.5
Hex A0 99 5F 0 4 29 25 36 19 32
Octal 240 231 137 0 4 51 45 66 31 62
Binary 10100000 10011001 1011111 0 100 101001 100101 110110 11001 110010

Color Harmonies of #A0995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0995F

Black with #A0995F

Text Example


Text Example

White with #A0995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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