Shades of Thatch #AF8F87
Tints of Thatch #AF8F87
RGB
CMYK
RGB Variations
Color information
#AF8F87 (or 0xAF8F87) is known color: Thatch. HEX triplet: AF, 8F and 87. RGB value is (175,143,135). Sum of RGB (Red+Green+Blue) = 175+143+135=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F87 is #507078. Grayscale: #979797. Windows color (decimal): -5271673 or 8884143. OLE color: 8884143.
HSL color Cylindrical-coordinate representation of color #AF8F87: hue angle of 12º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8F87 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 135 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.31 |
| HSL | 12º | 0.2% | 0.61% | - |
| HSV(B) | 12º | 0.23% | 0.69% | - |
| XYZ | 31.87 | 30.51 | 27.13 | - |
| YUV | 151.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 135 | 0 | 0.18 | 0.23 | 0.31 | 12 | 0.2 | 0.61 |
| Hex | AF | 8F | 87 | 0 | 12 | 17 | 1F | C | 14 | 3D |
| Octal | 257 | 217 | 207 | 0 | 22 | 27 | 37 | 14 | 24 | 75 |
| Binary | 10101111 | 10001111 | 10000111 | 0 | 10010 | 10111 | 11111 | 1100 | 10100 | 111101 |
Color Harmonies of #AF8F87
Complementary color
Monochromatic Colors of #AF8F87
Black with #AF8F87
Text Example
Text Example
White with #AF8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F87; }
p { color: rgb(175,143,135); }
H1.HeaderClassName
{
color: #AF8F87;
}
.AnyTagClassName
{
color: #AF8F87;
}
</style>
background-color css
<style>
a { background-color: #AF8F87; }
a { background-color: rgb(175,143,135); }
div.DivClassName
{
background-color: #AF8F87;
}
.BgClassName
{
background-color: #AF8F87;
}
</style>
border-color css
<style>
span { border-color: #AF8F87; }
span { border-color: rgb(175,143,135); }
td.TdClassName
{
border-color: #AF8F87;
}
.TagClassName
{
border-color: #AF8F87;
}
</style>