#A4998A

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

Shades of Malta #A4998A

Tints of Malta #A4998A

Color information

#A4998A (or 0xA4998A) is unknown color: approx Malta. HEX triplet: A4, 99 and 8A. RGB value is (164,153,138). Sum of RGB (Red+Green+Blue) = 164+153+138=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4998A is #5B6675. Grayscale: #9A9A9A. Windows color (decimal): -5990006 or 9083300. OLE color: 9083300.

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

Color convert

RGB164153138-
CMYK00.070.160.36
HSL34.62º12.5%59.22%-
HSV(B)34.62º15.85%64.31%-
XYZ31.2932.5128.67-
YUV154.58118.64134.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=36.04%
G=33.63%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415313800.070.160.3634.6212.559.22
HexA4998A07102423d3b
Octal244231212072044431573
Binary1010010010011001100010100111100001001001000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4998A; }

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

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

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

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

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

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

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

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