#A09C6B

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

Shades of Malachite Green #A09C6B

Tints of Malachite Green #A09C6B

Color information

#A09C6B (or 0xA09C6B) is unknown color: approx Malachite Green. HEX triplet: A0, 9C and 6B. RGB value is (160,156,107). Sum of RGB (Red+Green+Blue) = 160+156+107=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C6B is #5F6394. Grayscale: #979797. Windows color (decimal): -6251413 or 7052448. OLE color: 7052448.

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

Color convert

RGB160156107-
CMYK00.020.330.37
HSL55.47º21.81%52.35%-
HSV(B)55.47º33.13%62.75%-
XYZ29.0432.3118.62-
YUV151.61102.83133.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=37.83%
G=36.88%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015610700.020.330.3755.4721.8152.35
HexA09C6B022125371634
Octal240234153024145672664
Binary1010000010011100110101101010000110010111011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C6B; }

 p { color: rgb(160,156,107); }

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

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

 a { background-color: rgb(160,156,107); }

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

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

 span { border-color: rgb(160,156,107); }

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