#A09A5B

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

Shades of Malachite Green #A09A5B

Tints of Malachite Green #A09A5B

Color information

#A09A5B (or 0xA09A5B) is unknown color: approx Malachite Green. HEX triplet: A0, 9A and 5B. RGB value is (160,154,91). Sum of RGB (Red+Green+Blue) = 160+154+91=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A5B is #5F65A4. Grayscale: #949494. Windows color (decimal): -6251941 or 6003360. OLE color: 6003360.

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

Color convert

RGB16015491-
CMYK00.040.430.37
HSL54.78º27.49%49.22%-
HSV(B)54.78º43.13%62.75%-
XYZ27.9431.3414.47-
YUV148.6195.49136.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=39.51%
G=38.02%
B=22.47%

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
Decimal1601549100.040.430.3754.7827.4949.22
HexA09A5B042B25371b31
Octal240232133045345673361
Binary10100000100110101011011010010101110010111011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A5B; }

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

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

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

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

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

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

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

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