#A49888

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

Shades of Malta #A49888

Tints of Malta #A49888

Color information

#A49888 (or 0xA49888) is unknown color: approx Malta. HEX triplet: A4, 98 and 88. RGB value is (164,152,136). Sum of RGB (Red+Green+Blue) = 164+152+136=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A49888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49888 is #5B6777. Grayscale: #999999. Windows color (decimal): -5990264 or 8951972. OLE color: 8951972.

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

Color convert

RGB164152136-
CMYK00.070.170.36
HSL34.29º13.33%58.82%-
HSV(B)34.29º17.07%64.31%-
XYZ30.9832.1327.86-
YUV153.76117.98135.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=36.28%
G=33.63%
B=30.09%

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
Decimal16415213600.070.170.3634.2913.3358.82
HexA4988807112422d3b
Octal244230210072144421573
Binary1010010010011000100010000111100011001001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49888; }

 p { color: rgb(164,152,136); }

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

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

 a { background-color: rgb(164,152,136); }

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

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

 span { border-color: rgb(164,152,136); }

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