Html Css Color HEX #A1995D Malachite Green

📋 copy color: '#A1995D'

red 161 ◦ green 153 ◦ blue 93

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

Shades of Malachite Green #A1995D

Tints of Malachite Green #A1995D

RGB

 RED value IS 161 (63.28% from 255) = 39.56%

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

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 39.56%
G = 37.59%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1995D (or 0xA1995D) is known color: Malachite Green. HEX triplet: A1, 99 and 5D. RGB value is (161,153,93). Sum of RGB (Red+Green+Blue) = 161+153+93=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1995D is #5E66A2. Grayscale: #949494. Windows color (decimal): -6186659 or 6134177. OLE color: 6134177.

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

Color convert

RGB 161 153 93 -
CMYK 0 0.05 0.42 0.37
HSL 52.94º 0.27% 0.5% -
HSV(B) 52.94º 0.42% 0.63% -
XYZ 28.06 31.15 14.89 -
YUV 148.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 161 153 93 0 0.05 0.42 0.37 52.94 0.27 0.5
Hex A1 99 5D 0 5 2A 25 35 1B 32
Octal 241 231 135 0 5 52 45 65 33 62
Binary 10100001 10011001 1011101 0 101 101010 100101 110101 11011 110010

Color Harmonies of #A1995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1995D

Black with #A1995D

Text Example


Text Example

White with #A1995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1995D; }

 p { color: rgb(161,153,93); }

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

background-color css

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

 a { background-color: rgb(161,153,93); }

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

border-color css

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

 span { border-color: rgb(161,153,93); }

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