Shades of Malta #AF9D8B
Tints of Malta #AF9D8B
RGB
CMYK
RGB Variations
Color information
#AF9D8B (or 0xAF9D8B) is known color: Malta. HEX triplet: AF, 9D and 8B. RGB value is (175,157,139). Sum of RGB (Red+Green+Blue) = 175+157+139=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D8B is #506274. Grayscale: #A0A0A0. Windows color (decimal): -5268085 or 9149871. OLE color: 9149871.
HSL color Cylindrical-coordinate representation of color #AF9D8B: hue angle of 30º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF9D8B is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 139 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.31 |
| HSL | 30º | 0.18% | 0.62% | - |
| HSV(B) | 30º | 0.21% | 0.69% | - |
| XYZ | 34.4 | 35.09 | 29.39 | - |
| YUV | 160.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 139 | 0 | 0.10 | 0.21 | 0.31 | 30 | 0.18 | 0.62 |
| Hex | AF | 9D | 8B | 0 | A | 15 | 1F | 1E | 12 | 3E |
| Octal | 257 | 235 | 213 | 0 | 12 | 25 | 37 | 36 | 22 | 76 |
| Binary | 10101111 | 10011101 | 10001011 | 0 | 1010 | 10101 | 11111 | 11110 | 10010 | 111110 |
Color Harmonies of #AF9D8B
Complementary color
Monochromatic Colors of #AF9D8B
Black with #AF9D8B
Text Example
Text Example
White with #AF9D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D8B; }
p { color: rgb(175,157,139); }
H1.HeaderClassName
{
color: #AF9D8B;
}
.AnyTagClassName
{
color: #AF9D8B;
}
</style>
background-color css
<style>
a { background-color: #AF9D8B; }
a { background-color: rgb(175,157,139); }
div.DivClassName
{
background-color: #AF9D8B;
}
.BgClassName
{
background-color: #AF9D8B;
}
</style>
border-color css
<style>
span { border-color: #AF9D8B; }
span { border-color: rgb(175,157,139); }
td.TdClassName
{
border-color: #AF9D8B;
}
.TagClassName
{
border-color: #AF9D8B;
}
</style>