Html Css Color HEX #A1995C Malachite Green

📋 copy color: '#A1995C'

red 161 ◦ green 153 ◦ blue 92

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

Shades of Malachite Green #A1995C

Tints of Malachite Green #A1995C

RGB

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

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

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

R = 39.66%
G = 37.68%
B = 22.66%

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

#A1995C (or 0xA1995C) is known color: Malachite Green. HEX triplet: A1, 99 and 5C. RGB value is (161,153,92). Sum of RGB (Red+Green+Blue) = 161+153+92=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1995C is #5E66A3. Grayscale: #949494. Windows color (decimal): -6186660 or 6068641. OLE color: 6068641.

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

Color convert

RGB 161 153 92 -
CMYK 0 0.05 0.43 0.37
HSL 53.04º 0.27% 0.5% -
HSV(B) 53.04º 0.43% 0.63% -
XYZ 28.02 31.13 14.66 -
YUV 148.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 161 153 92 0 0.05 0.43 0.37 53.04 0.27 0.5
Hex A1 99 5C 0 5 2B 25 35 1B 32
Octal 241 231 134 0 5 53 45 65 33 62
Binary 10100001 10011001 1011100 0 101 101011 100101 110101 11011 110010

Color Harmonies of #A1995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1995C

Black with #A1995C

Text Example


Text Example

White with #A1995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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