#A99B8A

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

Shades of Malta #A99B8A

Tints of Malta #A99B8A

Color information

#A99B8A (or 0xA99B8A) is unknown color: approx Malta. HEX triplet: A9, 9B and 8A. RGB value is (169,155,138). Sum of RGB (Red+Green+Blue) = 169+155+138=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B8A is #566475. Grayscale: #9D9D9D. Windows color (decimal): -5661814 or 9083817. OLE color: 9083817.

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

Color convert

RGB169155138-
CMYK00.080.180.34
HSL32.9º15.27%60.2%-
HSV(B)32.9º18.34%66.27%-
XYZ32.6733.7128.83-
YUV157.25117.14136.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=36.58%
G=33.55%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915513800.080.180.3432.915.2760.2
HexA99B8A08122221f3c
Octal2512332120102242411774
Binary10101001100110111000101001000100101000101000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B8A; }

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

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

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

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

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

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

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

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