#A99B87

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

Shades of Malta #A99B87

Tints of Malta #A99B87

Color information

#A99B87 (or 0xA99B87) is unknown color: approx Malta. HEX triplet: A9, 9B and 87. RGB value is (169,155,135). Sum of RGB (Red+Green+Blue) = 169+155+135=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B87 is #566478. Grayscale: #9C9C9C. Windows color (decimal): -5661817 or 8887209. OLE color: 8887209.

HSL color Cylindrical-coordinate representation of color #A99B87: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A99B87 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB169155135-
CMYK00.080.200.34
HSL35.29º16.5%59.61%-
HSV(B)35.29º20.12%66.27%-
XYZ32.4633.6327.7-
YUV156.91115.64136.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=36.82%
G=33.77%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915513500.080.200.3435.2916.559.61
HexA99B8708142223113c
Octal2512332070102442432174
Binary101010011001101110000111010001010010001010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B87; }

 p { color: rgb(169,155,135); }

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

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

 a { background-color: rgb(169,155,135); }

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

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

 span { border-color: rgb(169,155,135); }

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