#A29686

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

Shades of Malta #A29686

Tints of Malta #A29686

Color information

#A29686 (or 0xA29686) is unknown color: approx Malta. HEX triplet: A2, 96 and 86. RGB value is (162,150,134). Sum of RGB (Red+Green+Blue) = 162+150+134=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29686 is #5D6979. Grayscale: #979797. Windows color (decimal): -6121850 or 8820386. OLE color: 8820386.

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

Color convert

RGB162150134-
CMYK00.070.170.36
HSL34.29º13.08%58.04%-
HSV(B)34.29º17.28%63.53%-
XYZ30.1131.2226.99-
YUV151.76117.98135.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=36.32%
G=33.63%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215013400.070.170.3634.2913.0858.04
HexA2968607112422d3a
Octal242226206072144421572
Binary1010001010010110100001100111100011001001000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29686; }

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

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

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

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

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

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

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

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