Html Css Color HEX #A0985B Malachite Green

📋 copy color: '#A0985B'

red 160 ◦ green 152 ◦ blue 91

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

Shades of Malachite Green #A0985B

Tints of Malachite Green #A0985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

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

R = 39.7%
G = 37.72%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0985B (or 0xA0985B) is known color: Malachite Green. HEX triplet: A0, 98 and 5B. RGB value is (160,152,91). Sum of RGB (Red+Green+Blue) = 160+152+91=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0985B is #5F67A4. Grayscale: #939393. Windows color (decimal): -6252453 or 6002848. OLE color: 6002848.

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

Color convert

RGB 160 152 91 -
CMYK 0 0.05 0.43 0.37
HSL 53.04º 0.27% 0.49% -
HSV(B) 53.04º 0.43% 0.63% -
XYZ 27.61 30.69 14.37 -
YUV 147.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 160 152 91 0 0.05 0.43 0.37 53.04 0.27 0.49
Hex A0 98 5B 0 5 2B 25 35 1B 31
Octal 240 230 133 0 5 53 45 65 33 61
Binary 10100000 10011000 1011011 0 101 101011 100101 110101 11011 110001

Color Harmonies of #A0985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0985B

Black with #A0985B

Text Example


Text Example

White with #A0985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0985B; }

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

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

background-color css

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

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

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

border-color css

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

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

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