#A39685

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

Shades of Malta #A39685

Tints of Malta #A39685

Color information

#A39685 (or 0xA39685) is unknown color: approx Malta. HEX triplet: A3, 96 and 85. RGB value is (163,150,133). Sum of RGB (Red+Green+Blue) = 163+150+133=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A39685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39685 is #5C697A. Grayscale: #989898. Windows color (decimal): -6056315 or 8754851. OLE color: 8754851.

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

Color convert

RGB163150133-
CMYK00.080.180.36
HSL34º14.02%58.04%-
HSV(B)34º18.4%63.92%-
XYZ30.2431.2926.64-
YUV151.95117.31135.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=36.55%
G=33.63%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315013300.080.180.363414.0258.04
HexA3968508122422e3a
Octal2432262050102244421672
Binary10100011100101101000010101000100101001001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39685; }

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

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

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

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

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

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

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

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