Shades of Thatch #AF8C87
Tints of Thatch #AF8C87
RGB
CMYK
RGB Variations
Color information
#AF8C87 (or 0xAF8C87) is known color: Thatch. HEX triplet: AF, 8C and 87. RGB value is (175,140,135). Sum of RGB (Red+Green+Blue) = 175+140+135=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C87 is #507378. Grayscale: #959595. Windows color (decimal): -5272441 or 8883375. OLE color: 8883375.
HSL color Cylindrical-coordinate representation of color #AF8C87: hue angle of 7.5º 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 #AF8C87 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 135 | - |
| CMYK | 0 | 0.2 | 0.23 | 0.31 |
| HSL | 7.5º | 0.2% | 0.61% | - |
| HSV(B) | 7.5º | 0.23% | 0.69% | - |
| XYZ | 31.43 | 29.62 | 26.98 | - |
| YUV | 149.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 135 | 0 | 0.2 | 0.23 | 0.31 | 7.5 | 0.2 | 0.61 |
| Hex | AF | 8C | 87 | 0 | 14 | 17 | 1F | 8 | 14 | 3D |
| Octal | 257 | 214 | 207 | 0 | 24 | 27 | 37 | 10 | 24 | 75 |
| Binary | 10101111 | 10001100 | 10000111 | 0 | 10100 | 10111 | 11111 | 1000 | 10100 | 111101 |
Color Harmonies of #AF8C87
Complementary color
Monochromatic Colors of #AF8C87
Black with #AF8C87
Text Example
Text Example
White with #AF8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C87; }
p { color: rgb(175,140,135); }
H1.HeaderClassName
{
color: #AF8C87;
}
.AnyTagClassName
{
color: #AF8C87;
}
</style>
background-color css
<style>
a { background-color: #AF8C87; }
a { background-color: rgb(175,140,135); }
div.DivClassName
{
background-color: #AF8C87;
}
.BgClassName
{
background-color: #AF8C87;
}
</style>
border-color css
<style>
span { border-color: #AF8C87; }
span { border-color: rgb(175,140,135); }
td.TdClassName
{
border-color: #AF8C87;
}
.TagClassName
{
border-color: #AF8C87;
}
</style>