#A59685

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

Shades of Malta #A59685

Tints of Malta #A59685

Color information

#A59685 (or 0xA59685) is unknown color: approx Malta. HEX triplet: A5, 96 and 85. RGB value is (165,150,133). Sum of RGB (Red+Green+Blue) = 165+150+133=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A59685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59685 is #5A697A. Grayscale: #989898. Windows color (decimal): -5925243 or 8754853. OLE color: 8754853.

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

Color convert

RGB165150133-
CMYK00.090.190.35
HSL31.88º15.09%58.43%-
HSV(B)31.88º19.39%64.71%-
XYZ30.6631.5126.66-
YUV152.55116.97136.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=36.83%
G=33.48%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515013300.090.190.3531.8815.0958.43
HexA5968509132320f3a
Octal2452262050112343401772
Binary10100101100101101000010101001100111000111000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59685; }

 p { color: rgb(165,150,133); }

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

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

 a { background-color: rgb(165,150,133); }

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

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

 span { border-color: rgb(165,150,133); }

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