Shades of Malta #AF9E8B
Tints of Malta #AF9E8B
RGB
CMYK
RGB Variations
Color information
#AF9E8B (or 0xAF9E8B) is known color: Malta. HEX triplet: AF, 9E and 8B. RGB value is (175,158,139). Sum of RGB (Red+Green+Blue) = 175+158+139=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E8B is #506174. Grayscale: #A1A1A1. Windows color (decimal): -5267829 or 9150127. OLE color: 9150127.
HSL color Cylindrical-coordinate representation of color #AF9E8B: hue angle of 31.67º 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 #AF9E8B is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 139 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.31 |
| HSL | 31.67º | 0.18% | 0.62% | - |
| HSV(B) | 31.67º | 0.21% | 0.69% | - |
| XYZ | 34.57 | 35.43 | 29.44 | - |
| YUV | 160.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 139 | 0 | 0.10 | 0.21 | 0.31 | 31.67 | 0.18 | 0.62 |
| Hex | AF | 9E | 8B | 0 | A | 15 | 1F | 20 | 12 | 3E |
| Octal | 257 | 236 | 213 | 0 | 12 | 25 | 37 | 40 | 22 | 76 |
| Binary | 10101111 | 10011110 | 10001011 | 0 | 1010 | 10101 | 11111 | 100000 | 10010 | 111110 |
Color Harmonies of #AF9E8B
Complementary color
Monochromatic Colors of #AF9E8B
Black with #AF9E8B
Text Example
Text Example
White with #AF9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E8B; }
p { color: rgb(175,158,139); }
H1.HeaderClassName
{
color: #AF9E8B;
}
.AnyTagClassName
{
color: #AF9E8B;
}
</style>
background-color css
<style>
a { background-color: #AF9E8B; }
a { background-color: rgb(175,158,139); }
div.DivClassName
{
background-color: #AF9E8B;
}
.BgClassName
{
background-color: #AF9E8B;
}
</style>
border-color css
<style>
span { border-color: #AF9E8B; }
span { border-color: rgb(175,158,139); }
td.TdClassName
{
border-color: #AF9E8B;
}
.TagClassName
{
border-color: #AF9E8B;
}
</style>