#A89986

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

Shades of Malta #A89986

Tints of Malta #A89986

Color information

#A89986 (or 0xA89986) is unknown color: approx Malta. HEX triplet: A8, 99 and 86. RGB value is (168,153,134). Sum of RGB (Red+Green+Blue) = 168+153+134=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A89986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89986 is #576679. Grayscale: #9B9B9B. Windows color (decimal): -5727866 or 8821160. OLE color: 8821160.

HSL color Cylindrical-coordinate representation of color #A89986: hue angle of 33.53º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89986 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168153134-
CMYK00.090.200.34
HSL33.53º16.35%59.22%-
HSV(B)33.53º20.24%65.88%-
XYZ31.8432.8327.21-
YUV155.32115.97137.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=36.92%
G=33.63%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815313400.090.200.3433.5316.3559.22
HexA8998609142222103b
Octal2502312060112442422073
Binary101010001001100110000110010011010010001010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89986; }

 p { color: rgb(168,153,134); }

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

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

 a { background-color: rgb(168,153,134); }

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

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

 span { border-color: rgb(168,153,134); }

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