Shades of Malta #AFA18D
Tints of Malta #AFA18D
RGB
CMYK
RGB Variations
Color information
#AFA18D (or 0xAFA18D) is known color: Malta. HEX triplet: AF, A1 and 8D. RGB value is (175,161,141). Sum of RGB (Red+Green+Blue) = 175+161+141=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18D is #505E72. Grayscale: #A3A3A3. Windows color (decimal): -5267059 or 9281967. OLE color: 9281967.
HSL color Cylindrical-coordinate representation of color #AFA18D: hue angle of 35.29º degrees, saturation: 0.18, 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 #AFA18D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 141 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.31 |
| HSL | 35.29º | 0.18% | 0.62% | - |
| HSV(B) | 35.29º | 0.19% | 0.69% | - |
| XYZ | 35.23 | 36.53 | 30.39 | - |
| YUV | 162.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 141 | 0 | 0.08 | 0.19 | 0.31 | 35.29 | 0.18 | 0.62 |
| Hex | AF | A1 | 8D | 0 | 8 | 13 | 1F | 23 | 12 | 3E |
| Octal | 257 | 241 | 215 | 0 | 10 | 23 | 37 | 43 | 22 | 76 |
| Binary | 10101111 | 10100001 | 10001101 | 0 | 1000 | 10011 | 11111 | 100011 | 10010 | 111110 |
Color Harmonies of #AFA18D
Complementary color
Monochromatic Colors of #AFA18D
Black with #AFA18D
Text Example
Text Example
White with #AFA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA18D; }
p { color: rgb(175,161,141); }
H1.HeaderClassName
{
color: #AFA18D;
}
.AnyTagClassName
{
color: #AFA18D;
}
</style>
background-color css
<style>
a { background-color: #AFA18D; }
a { background-color: rgb(175,161,141); }
div.DivClassName
{
background-color: #AFA18D;
}
.BgClassName
{
background-color: #AFA18D;
}
</style>
border-color css
<style>
span { border-color: #AFA18D; }
span { border-color: rgb(175,161,141); }
td.TdClassName
{
border-color: #AFA18D;
}
.TagClassName
{
border-color: #AFA18D;
}
</style>