Html Css Color HEX #A0995B Malachite Green

📋 copy color: '#A0995B'

red 160 ◦ green 153 ◦ blue 91

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

Shades of Malachite Green #A0995B

Tints of Malachite Green #A0995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 39.6%
G = 37.87%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0995B (or 0xA0995B) is known color: Malachite Green. HEX triplet: A0, 99 and 5B. RGB value is (160,153,91). Sum of RGB (Red+Green+Blue) = 160+153+91=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0995B is #5F66A4. Grayscale: #949494. Windows color (decimal): -6252197 or 6003104. OLE color: 6003104.

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

Color convert

RGB 160 153 91 -
CMYK 0 0.04 0.43 0.37
HSL 53.91º 0.27% 0.49% -
HSV(B) 53.91º 0.43% 0.63% -
XYZ 27.78 31.01 14.42 -
YUV 148.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 160 153 91 0 0.04 0.43 0.37 53.91 0.27 0.49
Hex A0 99 5B 0 4 2B 25 36 1B 31
Octal 240 231 133 0 4 53 45 66 33 61
Binary 10100000 10011001 1011011 0 100 101011 100101 110110 11011 110001

Color Harmonies of #A0995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0995B

Black with #A0995B

Text Example


Text Example

White with #A0995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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