#AA9D8E

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

Shades of Malta #AA9D8E

Tints of Malta #AA9D8E

Color information

#AA9D8E (or 0xAA9D8E) is unknown color: approx Malta. HEX triplet: AA, 9D and 8E. RGB value is (170,157,142). Sum of RGB (Red+Green+Blue) = 170+157+142=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D8E is #556271. Grayscale: #9F9F9F. Windows color (decimal): -5595762 or 9346474. OLE color: 9346474.

HSL color Cylindrical-coordinate representation of color #AA9D8E: hue angle of 32.14º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9D8E is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170157142-
CMYK00.080.160.33
HSL32.14º14.14%61.18%-
HSV(B)32.14º16.47%66.67%-
XYZ33.5234.6130.51-
YUV159.18118.31135.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=36.25%
G=33.48%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015714200.080.160.3332.1414.1461.18
HexAA9D8E08102120e3d
Octal2522352160102041401675
Binary10101010100111011000111001000100001000011000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D8E; }

 p { color: rgb(170,157,142); }

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

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

 a { background-color: rgb(170,157,142); }

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

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

 span { border-color: rgb(170,157,142); }

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