Shades of Thatch #AF8987
Tints of Thatch #AF8987
RGB
CMYK
RGB Variations
Color information
#AF8987 (or 0xAF8987) is known color: Thatch. HEX triplet: AF, 89 and 87. RGB value is (175,137,135). Sum of RGB (Red+Green+Blue) = 175+137+135=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8987 is #507678. Grayscale: #949494. Windows color (decimal): -5273209 or 8882607. OLE color: 8882607.
HSL color Cylindrical-coordinate representation of color #AF8987: hue angle of 3º 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 #AF8987 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 135 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.31 |
| HSL | 3º | 0.2% | 0.61% | - |
| HSV(B) | 3º | 0.23% | 0.69% | - |
| XYZ | 31 | 28.75 | 26.84 | - |
| YUV | 148.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 135 | 0 | 0.22 | 0.23 | 0.31 | 3 | 0.2 | 0.61 |
| Hex | AF | 89 | 87 | 0 | 16 | 17 | 1F | 3 | 14 | 3D |
| Octal | 257 | 211 | 207 | 0 | 26 | 27 | 37 | 3 | 24 | 75 |
| Binary | 10101111 | 10001001 | 10000111 | 0 | 10110 | 10111 | 11111 | 11 | 10100 | 111101 |
Color Harmonies of #AF8987
Complementary color
Monochromatic Colors of #AF8987
Black with #AF8987
Text Example
Text Example
White with #AF8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8987; }
p { color: rgb(175,137,135); }
H1.HeaderClassName
{
color: #AF8987;
}
.AnyTagClassName
{
color: #AF8987;
}
</style>
background-color css
<style>
a { background-color: #AF8987; }
a { background-color: rgb(175,137,135); }
div.DivClassName
{
background-color: #AF8987;
}
.BgClassName
{
background-color: #AF8987;
}
</style>
border-color css
<style>
span { border-color: #AF8987; }
span { border-color: rgb(175,137,135); }
td.TdClassName
{
border-color: #AF8987;
}
.TagClassName
{
border-color: #AF8987;
}
</style>