Shades of Malta #AFA08E
Tints of Malta #AFA08E
RGB
CMYK
RGB Variations
Color information
#AFA08E (or 0xAFA08E) is known color: Malta. HEX triplet: AF, A0 and 8E. RGB value is (175,160,142). Sum of RGB (Red+Green+Blue) = 175+160+142=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA08E is #505F71. Grayscale: #A2A2A2. Windows color (decimal): -5267314 or 9347247. OLE color: 9347247.
HSL color Cylindrical-coordinate representation of color #AFA08E: hue angle of 32.73º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA08E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 142 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.31 |
| HSL | 32.73º | 0.17% | 0.62% | - |
| HSV(B) | 32.73º | 0.19% | 0.69% | - |
| XYZ | 35.13 | 36.21 | 30.73 | - |
| YUV | 162.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 142 | 0 | 0.09 | 0.19 | 0.31 | 32.73 | 0.17 | 0.62 |
| Hex | AF | A0 | 8E | 0 | 9 | 13 | 1F | 21 | 11 | 3E |
| Octal | 257 | 240 | 216 | 0 | 11 | 23 | 37 | 41 | 21 | 76 |
| Binary | 10101111 | 10100000 | 10001110 | 0 | 1001 | 10011 | 11111 | 100001 | 10001 | 111110 |
Color Harmonies of #AFA08E
Complementary color
Monochromatic Colors of #AFA08E
Black with #AFA08E
Text Example
Text Example
White with #AFA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA08E; }
p { color: rgb(175,160,142); }
H1.HeaderClassName
{
color: #AFA08E;
}
.AnyTagClassName
{
color: #AFA08E;
}
</style>
background-color css
<style>
a { background-color: #AFA08E; }
a { background-color: rgb(175,160,142); }
div.DivClassName
{
background-color: #AFA08E;
}
.BgClassName
{
background-color: #AFA08E;
}
</style>
border-color css
<style>
span { border-color: #AFA08E; }
span { border-color: rgb(175,160,142); }
td.TdClassName
{
border-color: #AFA08E;
}
.TagClassName
{
border-color: #AFA08E;
}
</style>