#A59B8D

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

Shades of Malta #A59B8D

Tints of Malta #A59B8D

Color information

#A59B8D (or 0xA59B8D) is unknown color: approx Malta. HEX triplet: A5, 9B and 8D. RGB value is (165,155,141). Sum of RGB (Red+Green+Blue) = 165+155+141=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B8D is #5A6472. Grayscale: #9C9C9C. Windows color (decimal): -5923955 or 9280421. OLE color: 9280421.

HSL color Cylindrical-coordinate representation of color #A59B8D: hue angle of 35º 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 #A59B8D is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165155141-
CMYK00.060.150.35
HSL35º11.76%60%-
HSV(B)35º14.55%64.71%-
XYZ32.0533.3729.95-
YUV156.39119.31134.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=35.79%
G=33.62%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515514100.060.150.353511.7660
HexA59B8D06F2323c3c
Octal245233215061743431474
Binary101001011001101110001101011011111000111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B8D; }

 p { color: rgb(165,155,141); }

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

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

 a { background-color: rgb(165,155,141); }

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

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

 span { border-color: rgb(165,155,141); }

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