#A39686

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

Shades of Malta #A39686

Tints of Malta #A39686

Color information

#A39686 (or 0xA39686) is unknown color: approx Malta. HEX triplet: A3, 96 and 86. RGB value is (163,150,134). Sum of RGB (Red+Green+Blue) = 163+150+134=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39686 is #5C6979. Grayscale: #989898. Windows color (decimal): -6056314 or 8820387. OLE color: 8820387.

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

Color convert

RGB163150134-
CMYK00.080.180.36
HSL33.1º13.62%58.24%-
HSV(B)33.1º17.79%63.92%-
XYZ30.3131.3227-
YUV152.06117.81135.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=36.47%
G=33.56%
B=29.98%

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
Decimal16315013400.080.180.3633.113.6258.24
HexA3968608122421e3a
Octal2432262060102244411672
Binary10100011100101101000011001000100101001001000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39686; }

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

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

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

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

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

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

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

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