#AA9D8C

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

Shades of Malta #AA9D8C

Tints of Malta #AA9D8C

Color information

#AA9D8C (or 0xAA9D8C) is unknown color: approx Malta. HEX triplet: AA, 9D and 8C. RGB value is (170,157,140). Sum of RGB (Red+Green+Blue) = 170+157+140=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D8C is #556273. Grayscale: #9F9F9F. Windows color (decimal): -5595764 or 9215402. OLE color: 9215402.

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

Color convert

RGB170157140-
CMYK00.080.180.33
HSL34º15%60.78%-
HSV(B)34º17.65%66.67%-
XYZ33.3734.5529.72-
YUV158.95117.31135.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=36.40%
G=33.62%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015714000.080.180.33341560.78
HexAA9D8C08122122f3d
Octal2522352140102241421775
Binary10101010100111011000110001000100101000011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D8C; }

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

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

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

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

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

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

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

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