Shades of Malta #AA9D8C
Tints of Malta #AA9D8C
RGB
CMYK
RGB Variations
Color information
#AA9D8C (or 0xAA9D8C) is known color: 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
| RGB | 170 | 157 | 140 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.33 |
| HSL | 34º | 0.15% | 0.61% | - |
| HSV(B) | 34º | 0.18% | 0.67% | - |
| XYZ | 33.37 | 34.55 | 29.72 | - |
| YUV | 158.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 140 | 0 | 0.08 | 0.18 | 0.33 | 34 | 0.15 | 0.61 |
| Hex | AA | 9D | 8C | 0 | 8 | 12 | 21 | 22 | F | 3D |
| Octal | 252 | 235 | 214 | 0 | 10 | 22 | 41 | 42 | 17 | 75 |
| Binary | 10101010 | 10011101 | 10001100 | 0 | 1000 | 10010 | 100001 | 100010 | 1111 | 111101 |
Color Harmonies of #AA9D8C
Complementary color
Monochromatic Colors of #AA9D8C
Black with #AA9D8C
Text Example
Text Example
White with #AA9D8C
Text Example
Text Example
HTML Codes & Css Web 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>