#AA9E8E

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

Shades of Malta #AA9E8E

Tints of Malta #AA9E8E

Color information

#AA9E8E (or 0xAA9E8E) is unknown color: approx Malta. HEX triplet: AA, 9E and 8E. RGB value is (170,158,142). Sum of RGB (Red+Green+Blue) = 170+158+142=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E8E is #556171. Grayscale: #9F9F9F. Windows color (decimal): -5595506 or 9346730. OLE color: 9346730.

HSL color Cylindrical-coordinate representation of color #AA9E8E: hue angle of 34.29º 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 #AA9E8E is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170158142-
CMYK00.070.160.33
HSL34.29º14.14%61.18%-
HSV(B)34.29º16.47%66.67%-
XYZ33.6934.9530.56-
YUV159.76117.98135.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=36.17%
G=33.62%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015814200.070.160.3334.2914.1461.18
HexAA9E8E07102122e3d
Octal252236216072041421675
Binary1010101010011110100011100111100001000011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E8E; }

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

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

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

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

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

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

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

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