#A6998A

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

Shades of Malta #A6998A

Tints of Malta #A6998A

Color information

#A6998A (or 0xA6998A) is unknown color: approx Malta. HEX triplet: A6, 99 and 8A. RGB value is (166,153,138). Sum of RGB (Red+Green+Blue) = 166+153+138=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6998A is #596675. Grayscale: #9B9B9B. Windows color (decimal): -5858934 or 9083302. OLE color: 9083302.

HSL color Cylindrical-coordinate representation of color #A6998A: hue angle of 32.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6998A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166153138-
CMYK00.080.170.35
HSL32.14º13.59%59.61%-
HSV(B)32.14º16.87%65.1%-
XYZ31.732.7228.69-
YUV155.18118.31135.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=36.32%
G=33.48%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615313800.080.170.3532.1413.5959.61
HexA6998A08112320e3c
Octal2462312120102143401674
Binary10100110100110011000101001000100011000111000001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6998A; }

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

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

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

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

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

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

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

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