Html Css Color HEX #A1995B Malachite Green

📋 copy color: '#A1995B'

red 161 ◦ green 153 ◦ blue 91

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

Shades of Malachite Green #A1995B

Tints of Malachite Green #A1995B

RGB

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

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

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

R = 39.75%
G = 37.78%
B = 22.47%

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

#A1995B (or 0xA1995B) is known color: Malachite Green. HEX triplet: A1, 99 and 5B. RGB value is (161,153,91). Sum of RGB (Red+Green+Blue) = 161+153+91=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1995B is #5E66A4. Grayscale: #949494. Windows color (decimal): -6186661 or 6003105. OLE color: 6003105.

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

Color convert

RGB 161 153 91 -
CMYK 0 0.05 0.43 0.37
HSL 53.14º 0.28% 0.49% -
HSV(B) 53.14º 0.43% 0.63% -
XYZ 27.98 31.11 14.43 -
YUV 148.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 161 153 91 0 0.05 0.43 0.37 53.14 0.28 0.49
Hex A1 99 5B 0 5 2B 25 35 1C 31
Octal 241 231 133 0 5 53 45 65 34 61
Binary 10100001 10011001 1011011 0 101 101011 100101 110101 11100 110001

Color Harmonies of #A1995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1995B

Black with #A1995B

Text Example


Text Example

White with #A1995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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