Html Css Color HEX #A0985C Malachite Green

📋 copy color: '#A0985C'

red 160 ◦ green 152 ◦ blue 92

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

Shades of Malachite Green #A0985C

Tints of Malachite Green #A0985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 39.6%
G = 37.62%
B = 22.77%

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

#A0985C (or 0xA0985C) is known color: Malachite Green. HEX triplet: A0, 98 and 5C. RGB value is (160,152,92). Sum of RGB (Red+Green+Blue) = 160+152+92=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0985C is #5F67A3. Grayscale: #939393. Windows color (decimal): -6252452 or 6068384. OLE color: 6068384.

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

Color convert

RGB 160 152 92 -
CMYK 0 0.05 0.43 0.37
HSL 52.94º 0.27% 0.49% -
HSV(B) 52.94º 0.43% 0.63% -
XYZ 27.66 30.7 14.59 -
YUV 147.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 160 152 92 0 0.05 0.43 0.37 52.94 0.27 0.49
Hex A0 98 5C 0 5 2B 25 35 1B 31
Octal 240 230 134 0 5 53 45 65 33 61
Binary 10100000 10011000 1011100 0 101 101011 100101 110101 11011 110001

Color Harmonies of #A0985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0985C

Black with #A0985C

Text Example


Text Example

White with #A0985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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