#A99886

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

Shades of Malta #A99886

Tints of Malta #A99886

Color information

#A99886 (or 0xA99886) is unknown color: approx Malta. HEX triplet: A9, 98 and 86. RGB value is (169,152,134). Sum of RGB (Red+Green+Blue) = 169+152+134=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A99886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99886 is #566779. Grayscale: #9B9B9B. Windows color (decimal): -5662586 or 8820905. OLE color: 8820905.

HSL color Cylindrical-coordinate representation of color #A99886: hue angle of 30.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99886 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169152134-
CMYK00.100.210.34
HSL30.86º16.91%59.41%-
HSV(B)30.86º20.71%66.27%-
XYZ31.8932.6127.17-
YUV155.03116.13137.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=37.14%
G=33.41%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915213400.100.210.3430.8616.9159.41
HexA998860A15221f113b
Octal2512302060122542372173
Binary10101001100110001000011001010101011000101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99886; }

 p { color: rgb(169,152,134); }

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

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

 a { background-color: rgb(169,152,134); }

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

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

 span { border-color: rgb(169,152,134); }

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