#A59885

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

Shades of Malta #A59885

Tints of Malta #A59885

Color information

#A59885 (or 0xA59885) is unknown color: approx Malta. HEX triplet: A5, 98 and 85. RGB value is (165,152,133). Sum of RGB (Red+Green+Blue) = 165+152+133=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A59885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59885 is #5A677A. Grayscale: #999999. Windows color (decimal): -5924731 or 8755365. OLE color: 8755365.

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

Color convert

RGB165152133-
CMYK00.080.190.35
HSL35.63º15.09%58.43%-
HSV(B)35.63º19.39%64.71%-
XYZ30.9832.1526.76-
YUV153.72116.31136.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=36.67%
G=33.78%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515213300.080.190.3535.6315.0958.43
HexA5988508132324f3a
Octal2452302050102343441772
Binary10100101100110001000010101000100111000111001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59885; }

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

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

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

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

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

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

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

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