#A59A8C

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

Shades of Malta #A59A8C

Tints of Malta #A59A8C

Color information

#A59A8C (or 0xA59A8C) is unknown color: approx Malta. HEX triplet: A5, 9A and 8C. RGB value is (165,154,140). Sum of RGB (Red+Green+Blue) = 165+154+140=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A8C is #5A6573. Grayscale: #9B9B9B. Windows color (decimal): -5924212 or 9214629. OLE color: 9214629.

HSL color Cylindrical-coordinate representation of color #A59A8C: hue angle of 33.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59A8C is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165154140-
CMYK00.070.150.35
HSL33.6º12.2%59.8%-
HSV(B)33.6º15.15%64.71%-
XYZ31.813329.5-
YUV155.69119.14134.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=35.95%
G=33.55%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515414000.070.150.3533.612.259.8
HexA59A8C07F2322c3c
Octal245232214071743421474
Binary101001011001101010001100011111111000111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A8C; }

 p { color: rgb(165,154,140); }

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

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

 a { background-color: rgb(165,154,140); }

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

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

 span { border-color: rgb(165,154,140); }

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