#A69983

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

Shades of Malta #A69983

Tints of Malta #A69983

Color information

#A69983 (or 0xA69983) is unknown color: approx Malta. HEX triplet: A6, 99 and 83. RGB value is (166,153,131). Sum of RGB (Red+Green+Blue) = 166+153+131=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69983 is #59667C. Grayscale: #9A9A9A. Windows color (decimal): -5858941 or 8624550. OLE color: 8624550.

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

Color convert

RGB166153131-
CMYK00.080.210.35
HSL37.71º16.43%58.24%-
HSV(B)37.71º21.08%65.1%-
XYZ31.2132.5326.11-
YUV154.38114.81136.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=36.89%
G=34%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615313100.080.210.3537.7116.4358.24
HexA6998308152326103a
Octal2462312030102543462072
Binary101001101001100110000011010001010110001110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69983; }

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

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

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

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

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

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

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

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