#AA9885

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

Shades of Malta #AA9885

Tints of Malta #AA9885

Color information

#AA9885 (or 0xAA9885) is unknown color: approx Malta. HEX triplet: AA, 98 and 85. RGB value is (170,152,133). Sum of RGB (Red+Green+Blue) = 170+152+133=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9885 is #55677A. Grayscale: #9B9B9B. Windows color (decimal): -5597051 or 8755370. OLE color: 8755370.

HSL color Cylindrical-coordinate representation of color #AA9885: hue angle of 30.81º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9885 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170152133-
CMYK00.110.220.33
HSL30.81º17.87%59.41%-
HSV(B)30.81º21.76%66.67%-
XYZ32.0432.726.81-
YUV155.22115.46138.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=37.36%
G=33.41%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015213300.110.220.3330.8117.8759.41
HexAA98850B16211f123b
Octal2522302050132641372273
Binary10101010100110001000010101011101101000011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9885; }

 p { color: rgb(170,152,133); }

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

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

 a { background-color: rgb(170,152,133); }

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

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

 span { border-color: rgb(170,152,133); }

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