#A4998B

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

Shades of Malta #A4998B

Tints of Malta #A4998B

Color information

#A4998B (or 0xA4998B) is unknown color: approx Malta. HEX triplet: A4, 99 and 8B. RGB value is (164,153,139). Sum of RGB (Red+Green+Blue) = 164+153+139=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A4998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4998B is #5B6674. Grayscale: #9A9A9A. Windows color (decimal): -5990005 or 9148836. OLE color: 9148836.

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

Color convert

RGB164153139-
CMYK00.070.150.36
HSL33.6º12.08%59.41%-
HSV(B)33.6º15.24%64.31%-
XYZ31.3632.5429.05-
YUV154.69119.14134.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=35.96%
G=33.55%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415313900.070.150.3633.612.0859.41
HexA4998B07F2422c3b
Octal244231213071744421473
Binary101001001001100110001011011111111001001000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4998B; }

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

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

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

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

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

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

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

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