#A59B8E

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

Shades of Malta #A59B8E

Tints of Malta #A59B8E

Color information

#A59B8E (or 0xA59B8E) is unknown color: approx Malta. HEX triplet: A5, 9B and 8E. RGB value is (165,155,142). Sum of RGB (Red+Green+Blue) = 165+155+142=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B8E is #5A6471. Grayscale: #9C9C9C. Windows color (decimal): -5923954 or 9345957. OLE color: 9345957.

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

Color convert

RGB165155142-
CMYK00.060.140.35
HSL33.91º11.33%60.2%-
HSV(B)33.91º13.94%64.71%-
XYZ32.1233.430.34-
YUV156.51119.81134.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=35.71%
G=33.55%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515514200.060.140.3533.9111.3360.2
HexA59B8E06E2322b3c
Octal245233216061643421374
Binary101001011001101110001110011011101000111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B8E; }

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

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

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

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

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

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

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

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