#A5A069

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

Shades of Malachite Green #A5A069

Tints of Malachite Green #A5A069

Color information

#A5A069 (or 0xA5A069) is unknown color: approx Malachite Green. HEX triplet: A5, A0 and 69. RGB value is (165,160,105). Sum of RGB (Red+Green+Blue) = 165+160+105=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A069 is #5A5F96. Grayscale: #9B9B9B. Windows color (decimal): -5922711 or 6922405. OLE color: 6922405.

HSL color Cylindrical-coordinate representation of color #A5A069: hue angle of 55º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5A069 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB165160105-
CMYK00.030.360.35
HSL55º25%52.94%-
HSV(B)55º36.36%64.71%-
XYZ30.6434.1618.34-
YUV155.2299.66134.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=38.37%
G=37.21%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516010500.030.360.35552552.94
HexA5A069032423371935
Octal245240151034443673165
Binary1010010110100000110100101110010010001111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A069; }

 p { color: rgb(165,160,105); }

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

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

 a { background-color: rgb(165,160,105); }

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

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

 span { border-color: rgb(165,160,105); }

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