#A69683

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

Shades of Malta #A69683

Tints of Malta #A69683

Color information

#A69683 (or 0xA69683) is unknown color: approx Malta. HEX triplet: A6, 96 and 83. RGB value is (166,150,131). Sum of RGB (Red+Green+Blue) = 166+150+131=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69683 is #59697C. Grayscale: #989898. Windows color (decimal): -5859709 or 8623782. OLE color: 8623782.

HSL color Cylindrical-coordinate representation of color #A69683: hue angle of 32.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69683 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB166150131-
CMYK00.100.210.35
HSL32.57º16.43%58.24%-
HSV(B)32.57º21.08%65.1%-
XYZ30.7331.5625.94-
YUV152.62115.8137.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=37.14%
G=33.56%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615013100.100.210.3532.5716.4358.24
HexA696830A152321103a
Octal2462262030122543412072
Binary101001101001011010000011010101010110001110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69683; }

 p { color: rgb(166,150,131); }

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

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

 a { background-color: rgb(166,150,131); }

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

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

 span { border-color: rgb(166,150,131); }

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