#A39585

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

Shades of Malta #A39585

Tints of Malta #A39585

Color information

#A39585 (or 0xA39585) is unknown color: approx Malta. HEX triplet: A3, 95 and 85. RGB value is (163,149,133). Sum of RGB (Red+Green+Blue) = 163+149+133=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39585 is #5C6A7A. Grayscale: #979797. Windows color (decimal): -6056571 or 8754595. OLE color: 8754595.

HSL color Cylindrical-coordinate representation of color #A39585: hue angle of 32º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39585 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163149133-
CMYK00.090.180.36
HSL32º14.02%58.04%-
HSV(B)32º18.4%63.92%-
XYZ30.0930.9726.58-
YUV151.36117.64136.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=36.63%
G=33.48%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314913300.090.180.363214.0258.04
HexA3958509122420e3a
Octal2432252050112244401672
Binary10100011100101011000010101001100101001001000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39585; }

 p { color: rgb(163,149,133); }

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

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

 a { background-color: rgb(163,149,133); }

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

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

 span { border-color: rgb(163,149,133); }

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