#A5A168

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

Shades of Malachite Green #A5A168

Tints of Malachite Green #A5A168

Color information

#A5A168 (or 0xA5A168) is unknown color: approx Malachite Green. HEX triplet: A5, A1 and 68. RGB value is (165,161,104). Sum of RGB (Red+Green+Blue) = 165+161+104=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A168 is #5A5E97. Grayscale: #9B9B9B. Windows color (decimal): -5922456 or 6857125. OLE color: 6857125.

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

Color convert

RGB165161104-
CMYK00.020.370.35
HSL56.07º25.31%52.75%-
HSV(B)56.07º36.97%64.71%-
XYZ30.7634.4918.13-
YUV155.798.83134.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=38.37%
G=37.44%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516110400.020.370.3556.0725.3152.75
HexA5A168022523381935
Octal245241150024543703165
Binary1010010110100001110100001010010110001111100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A168; }

 p { color: rgb(165,161,104); }

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

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

 a { background-color: rgb(165,161,104); }

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

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

 span { border-color: rgb(165,161,104); }

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