Shades of Malta #AFA18E
Tints of Malta #AFA18E
RGB
CMYK
RGB Variations
Color information
#AFA18E (or 0xAFA18E) is known color: Malta. HEX triplet: AF, A1 and 8E. RGB value is (175,161,142). Sum of RGB (Red+Green+Blue) = 175+161+142=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18E is #505E71. Grayscale: #A3A3A3. Windows color (decimal): -5267058 or 9347503. OLE color: 9347503.
HSL color Cylindrical-coordinate representation of color #AFA18E: hue angle of 34.55º 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 #AFA18E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 142 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.31 |
| HSL | 34.55º | 0.17% | 0.62% | - |
| HSV(B) | 34.55º | 0.19% | 0.69% | - |
| XYZ | 35.31 | 36.56 | 30.79 | - |
| YUV | 163.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 142 | 0 | 0.08 | 0.19 | 0.31 | 34.55 | 0.17 | 0.62 |
| Hex | AF | A1 | 8E | 0 | 8 | 13 | 1F | 23 | 11 | 3E |
| Octal | 257 | 241 | 216 | 0 | 10 | 23 | 37 | 43 | 21 | 76 |
| Binary | 10101111 | 10100001 | 10001110 | 0 | 1000 | 10011 | 11111 | 100011 | 10001 | 111110 |
Color Harmonies of #AFA18E
Complementary color
Monochromatic Colors of #AFA18E
Black with #AFA18E
Text Example
Text Example
White with #AFA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA18E; }
p { color: rgb(175,161,142); }
H1.HeaderClassName
{
color: #AFA18E;
}
.AnyTagClassName
{
color: #AFA18E;
}
</style>
background-color css
<style>
a { background-color: #AFA18E; }
a { background-color: rgb(175,161,142); }
div.DivClassName
{
background-color: #AFA18E;
}
.BgClassName
{
background-color: #AFA18E;
}
</style>
border-color css
<style>
span { border-color: #AFA18E; }
span { border-color: rgb(175,161,142); }
td.TdClassName
{
border-color: #AFA18E;
}
.TagClassName
{
border-color: #AFA18E;
}
</style>