Shades of Thatch #AF938D
Tints of Thatch #AF938D
RGB
CMYK
RGB Variations
Color information
#AF938D (or 0xAF938D) is known color: Thatch. HEX triplet: AF, 93 and 8D. RGB value is (175,147,141). Sum of RGB (Red+Green+Blue) = 175+147+141=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938D is #506C72. Grayscale: #9A9A9A. Windows color (decimal): -5270643 or 9278383. OLE color: 9278383.
HSL color Cylindrical-coordinate representation of color #AF938D: hue angle of 10.59º 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 #AF938D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 141 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.31 |
| HSL | 10.59º | 0.18% | 0.62% | - |
| HSV(B) | 10.59º | 0.19% | 0.69% | - |
| XYZ | 32.92 | 31.9 | 29.62 | - |
| YUV | 154.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 141 | 0 | 0.16 | 0.19 | 0.31 | 10.59 | 0.18 | 0.62 |
| Hex | AF | 93 | 8D | 0 | 10 | 13 | 1F | B | 12 | 3E |
| Octal | 257 | 223 | 215 | 0 | 20 | 23 | 37 | 13 | 22 | 76 |
| Binary | 10101111 | 10010011 | 10001101 | 0 | 10000 | 10011 | 11111 | 1011 | 10010 | 111110 |
Color Harmonies of #AF938D
Complementary color
Monochromatic Colors of #AF938D
Black with #AF938D
Text Example
Text Example
White with #AF938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF938D; }
p { color: rgb(175,147,141); }
H1.HeaderClassName
{
color: #AF938D;
}
.AnyTagClassName
{
color: #AF938D;
}
</style>
background-color css
<style>
a { background-color: #AF938D; }
a { background-color: rgb(175,147,141); }
div.DivClassName
{
background-color: #AF938D;
}
.BgClassName
{
background-color: #AF938D;
}
</style>
border-color css
<style>
span { border-color: #AF938D; }
span { border-color: rgb(175,147,141); }
td.TdClassName
{
border-color: #AF938D;
}
.TagClassName
{
border-color: #AF938D;
}
</style>