Shades of Thatch #AF938E
Tints of Thatch #AF938E
RGB
CMYK
RGB Variations
Color information
#AF938E (or 0xAF938E) is known color: Thatch. HEX triplet: AF, 93 and 8E. RGB value is (175,147,142). Sum of RGB (Red+Green+Blue) = 175+147+142=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938E is #506C71. Grayscale: #9A9A9A. Windows color (decimal): -5270642 or 9343919. OLE color: 9343919.
HSL color Cylindrical-coordinate representation of color #AF938E: hue angle of 9.09º 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 #AF938E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 142 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.31 |
| HSL | 9.09º | 0.17% | 0.62% | - |
| HSV(B) | 9.09º | 0.19% | 0.69% | - |
| XYZ | 33 | 31.93 | 30.02 | - |
| YUV | 154.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 142 | 0 | 0.16 | 0.19 | 0.31 | 9.09 | 0.17 | 0.62 |
| Hex | AF | 93 | 8E | 0 | 10 | 13 | 1F | 9 | 11 | 3E |
| Octal | 257 | 223 | 216 | 0 | 20 | 23 | 37 | 11 | 21 | 76 |
| Binary | 10101111 | 10010011 | 10001110 | 0 | 10000 | 10011 | 11111 | 1001 | 10001 | 111110 |
Color Harmonies of #AF938E
Complementary color
Monochromatic Colors of #AF938E
Black with #AF938E
Text Example
Text Example
White with #AF938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF938E; }
p { color: rgb(175,147,142); }
H1.HeaderClassName
{
color: #AF938E;
}
.AnyTagClassName
{
color: #AF938E;
}
</style>
background-color css
<style>
a { background-color: #AF938E; }
a { background-color: rgb(175,147,142); }
div.DivClassName
{
background-color: #AF938E;
}
.BgClassName
{
background-color: #AF938E;
}
</style>
border-color css
<style>
span { border-color: #AF938E; }
span { border-color: rgb(175,147,142); }
td.TdClassName
{
border-color: #AF938E;
}
.TagClassName
{
border-color: #AF938E;
}
</style>