#A1988B

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

Shades of Malta #A1988B

Tints of Malta #A1988B

Color information

#A1988B (or 0xA1988B) is unknown color: approx Malta. HEX triplet: A1, 98 and 8B. RGB value is (161,152,139). Sum of RGB (Red+Green+Blue) = 161+152+139=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A1988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1988B is #5E6774. Grayscale: #999999. Windows color (decimal): -6186869 or 9148577. OLE color: 9148577.

HSL color Cylindrical-coordinate representation of color #A1988B: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1988B is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161152139-
CMYK00.060.140.37
HSL35.45º10.48%58.82%-
HSV(B)35.45º13.66%63.14%-
XYZ30.5931.928.97-
YUV153.21119.98133.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=35.62%
G=33.63%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115213900.060.140.3735.4510.4858.82
HexA1988B06E2523a3b
Octal241230213061645431273
Binary101000011001100010001011011011101001011000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1988B; }

 p { color: rgb(161,152,139); }

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

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

 a { background-color: rgb(161,152,139); }

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

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

 span { border-color: rgb(161,152,139); }

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