Shades of Malta #AF9C8A
Tints of Malta #AF9C8A
RGB
CMYK
RGB Variations
Color information
#AF9C8A (or 0xAF9C8A) is known color: Malta. HEX triplet: AF, 9C and 8A. RGB value is (175,156,138). Sum of RGB (Red+Green+Blue) = 175+156+138=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C8A is #506375. Grayscale: #9F9F9F. Windows color (decimal): -5268342 or 9084079. OLE color: 9084079.
HSL color Cylindrical-coordinate representation of color #AF9C8A: hue angle of 29.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF9C8A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 138 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.31 |
| HSL | 29.19º | 0.19% | 0.61% | - |
| HSV(B) | 29.19º | 0.21% | 0.69% | - |
| XYZ | 34.16 | 34.73 | 28.95 | - |
| YUV | 159.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 138 | 0 | 0.11 | 0.21 | 0.31 | 29.19 | 0.19 | 0.61 |
| Hex | AF | 9C | 8A | 0 | B | 15 | 1F | 1D | 13 | 3D |
| Octal | 257 | 234 | 212 | 0 | 13 | 25 | 37 | 35 | 23 | 75 |
| Binary | 10101111 | 10011100 | 10001010 | 0 | 1011 | 10101 | 11111 | 11101 | 10011 | 111101 |
Color Harmonies of #AF9C8A
Complementary color
Monochromatic Colors of #AF9C8A
Black with #AF9C8A
Text Example
Text Example
White with #AF9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C8A; }
p { color: rgb(175,156,138); }
H1.HeaderClassName
{
color: #AF9C8A;
}
.AnyTagClassName
{
color: #AF9C8A;
}
</style>
background-color css
<style>
a { background-color: #AF9C8A; }
a { background-color: rgb(175,156,138); }
div.DivClassName
{
background-color: #AF9C8A;
}
.BgClassName
{
background-color: #AF9C8A;
}
</style>
border-color css
<style>
span { border-color: #AF9C8A; }
span { border-color: rgb(175,156,138); }
td.TdClassName
{
border-color: #AF9C8A;
}
.TagClassName
{
border-color: #AF9C8A;
}
</style>