Shades of Malta #AF9C89
Tints of Malta #AF9C89
RGB
CMYK
RGB Variations
Color information
#AF9C89 (or 0xAF9C89) is known color: Malta. HEX triplet: AF, 9C and 89. RGB value is (175,156,137). Sum of RGB (Red+Green+Blue) = 175+156+137=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C89 is #506376. Grayscale: #9F9F9F. Windows color (decimal): -5268343 or 9018543. OLE color: 9018543.
HSL color Cylindrical-coordinate representation of color #AF9C89: hue angle of 30º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9C89 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 137 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.31 |
| HSL | 30º | 0.19% | 0.61% | - |
| HSV(B) | 30º | 0.22% | 0.69% | - |
| XYZ | 34.08 | 34.7 | 28.57 | - |
| YUV | 159.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 137 | 0 | 0.11 | 0.22 | 0.31 | 30 | 0.19 | 0.61 |
| Hex | AF | 9C | 89 | 0 | B | 16 | 1F | 1E | 13 | 3D |
| Octal | 257 | 234 | 211 | 0 | 13 | 26 | 37 | 36 | 23 | 75 |
| Binary | 10101111 | 10011100 | 10001001 | 0 | 1011 | 10110 | 11111 | 11110 | 10011 | 111101 |
Color Harmonies of #AF9C89
Complementary color
Monochromatic Colors of #AF9C89
Black with #AF9C89
Text Example
Text Example
White with #AF9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C89; }
p { color: rgb(175,156,137); }
H1.HeaderClassName
{
color: #AF9C89;
}
.AnyTagClassName
{
color: #AF9C89;
}
</style>
background-color css
<style>
a { background-color: #AF9C89; }
a { background-color: rgb(175,156,137); }
div.DivClassName
{
background-color: #AF9C89;
}
.BgClassName
{
background-color: #AF9C89;
}
</style>
border-color css
<style>
span { border-color: #AF9C89; }
span { border-color: rgb(175,156,137); }
td.TdClassName
{
border-color: #AF9C89;
}
.TagClassName
{
border-color: #AF9C89;
}
</style>