Shades of Malta #AC9E8B
Tints of Malta #AC9E8B
RGB
CMYK
RGB Variations
Color information
#AC9E8B (or 0xAC9E8B) is known color: Malta. HEX triplet: AC, 9E and 8B. RGB value is (172,158,139). Sum of RGB (Red+Green+Blue) = 172+158+139=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E8B is #536174. Grayscale: #A0A0A0. Windows color (decimal): -5464437 or 9150124. OLE color: 9150124.
HSL color Cylindrical-coordinate representation of color #AC9E8B: hue angle of 34.55º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9E8B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 139 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.33 |
| HSL | 34.55º | 0.17% | 0.61% | - |
| HSV(B) | 34.55º | 0.19% | 0.67% | - |
| XYZ | 33.9 | 35.09 | 29.41 | - |
| YUV | 160.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 139 | 0 | 0.08 | 0.19 | 0.33 | 34.55 | 0.17 | 0.61 |
| Hex | AC | 9E | 8B | 0 | 8 | 13 | 21 | 23 | 11 | 3D |
| Octal | 254 | 236 | 213 | 0 | 10 | 23 | 41 | 43 | 21 | 75 |
| Binary | 10101100 | 10011110 | 10001011 | 0 | 1000 | 10011 | 100001 | 100011 | 10001 | 111101 |
Color Harmonies of #AC9E8B
Complementary color
Monochromatic Colors of #AC9E8B
Black with #AC9E8B
Text Example
Text Example
White with #AC9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E8B; }
p { color: rgb(172,158,139); }
H1.HeaderClassName
{
color: #AC9E8B;
}
.AnyTagClassName
{
color: #AC9E8B;
}
</style>
background-color css
<style>
a { background-color: #AC9E8B; }
a { background-color: rgb(172,158,139); }
div.DivClassName
{
background-color: #AC9E8B;
}
.BgClassName
{
background-color: #AC9E8B;
}
</style>
border-color css
<style>
span { border-color: #AC9E8B; }
span { border-color: rgb(172,158,139); }
td.TdClassName
{
border-color: #AC9E8B;
}
.TagClassName
{
border-color: #AC9E8B;
}
</style>