#A19A5B

Color #A19A5B Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #A19A5B

Tints of Malachite Green #A19A5B

Color information

#A19A5B (or 0xA19A5B) is unknown color: approx Malachite Green. HEX triplet: A1, 9A and 5B. RGB value is (161,154,91). Sum of RGB (Red+Green+Blue) = 161+154+91=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A5B is #5E65A4. Grayscale: #959595. Windows color (decimal): -6186405 or 6003361. OLE color: 6003361.

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

Color convert

RGB16115491-
CMYK00.040.430.37
HSL54º27.78%49.41%-
HSV(B)54º43.48%63.14%-
XYZ28.1431.4414.48-
YUV148.9195.32136.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=39.66%
G=37.93%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611549100.040.430.375427.7849.41
HexA19A5B042B25361c31
Octal241232133045345663461
Binary10100001100110101011011010010101110010111011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A5B; }

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

 H1.HeaderClassName
 {
   color: #A19A5B;
 }
 .AnyTagClassName
 {
   color: #A19A5B;
 }
</style>
background-color css

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

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

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

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

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

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