#A99B88

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

Shades of Malta #A99B88

Tints of Malta #A99B88

Color information

#A99B88 (or 0xA99B88) is unknown color: approx Malta. HEX triplet: A9, 9B and 88. RGB value is (169,155,136). Sum of RGB (Red+Green+Blue) = 169+155+136=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B88 is #566477. Grayscale: #9D9D9D. Windows color (decimal): -5661816 or 8952745. OLE color: 8952745.

HSL color Cylindrical-coordinate representation of color #A99B88: hue angle of 34.55º degrees, saturation: 0.16, 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 #A99B88 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB169155136-
CMYK00.080.200.34
HSL34.55º16.1%59.8%-
HSV(B)34.55º19.53%66.27%-
XYZ32.5333.6628.07-
YUV157.02116.14136.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=36.74%
G=33.70%
B=29.57%

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
Decimal16915513600.080.200.3434.5516.159.8
HexA99B8808142223103c
Octal2512332100102442432074
Binary101010011001101110001000010001010010001010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B88; }

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

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

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

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

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

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

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

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