#A19B6A

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

Shades of Malachite Green #A19B6A

Tints of Malachite Green #A19B6A

Color information

#A19B6A (or 0xA19B6A) is unknown color: approx Malachite Green. HEX triplet: A1, 9B and 6A. RGB value is (161,155,106). Sum of RGB (Red+Green+Blue) = 161+155+106=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B6A is #5E6495. Grayscale: #979797. Windows color (decimal): -6186134 or 6986657. OLE color: 6986657.

HSL color Cylindrical-coordinate representation of color #A19B6A: hue angle of 53.45º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19B6A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161155106-
CMYK00.040.340.37
HSL53.45º22.63%52.35%-
HSV(B)53.45º34.16%63.14%-
XYZ29.0232.0618.29-
YUV151.21102.49134.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=38.15%
G=36.73%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115510600.040.340.3753.4522.6352.35
HexA19B6A042225351734
Octal241233152044245652764
Binary10100001100110111101010010010001010010111010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19B6A; }

 p { color: rgb(161,155,106); }

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

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

 a { background-color: rgb(161,155,106); }

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

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

 span { border-color: rgb(161,155,106); }

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