#A69883

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

Shades of Malta #A69883

Tints of Malta #A69883

Color information

#A69883 (or 0xA69883) is unknown color: approx Malta. HEX triplet: A6, 98 and 83. RGB value is (166,152,131). Sum of RGB (Red+Green+Blue) = 166+152+131=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A69883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69883 is #59677C. Grayscale: #999999. Windows color (decimal): -5859197 or 8624294. OLE color: 8624294.

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

Color convert

RGB166152131-
CMYK00.080.210.35
HSL36º16.43%58.24%-
HSV(B)36º21.08%65.1%-
XYZ31.0532.226.05-
YUV153.79115.14136.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=36.97%
G=33.85%
B=29.18%

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
Decimal16615213100.080.210.353616.4358.24
HexA6988308152324103a
Octal2462302030102543442072
Binary101001101001100010000011010001010110001110010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69883; }

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

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

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

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

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

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

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

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