Shades of Thatch #AF8B87
Tints of Thatch #AF8B87
RGB
CMYK
RGB Variations
Color information
#AF8B87 (or 0xAF8B87) is known color: Thatch. HEX triplet: AF, 8B and 87. RGB value is (175,139,135). Sum of RGB (Red+Green+Blue) = 175+139+135=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B87 is #507478. Grayscale: #959595. Windows color (decimal): -5272697 or 8883119. OLE color: 8883119.
HSL color Cylindrical-coordinate representation of color #AF8B87: hue angle of 6º 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 #AF8B87 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 135 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.31 |
| HSL | 6º | 0.2% | 0.61% | - |
| HSV(B) | 6º | 0.23% | 0.69% | - |
| XYZ | 31.28 | 29.33 | 26.93 | - |
| YUV | 149.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 135 | 0 | 0.21 | 0.23 | 0.31 | 6 | 0.2 | 0.61 |
| Hex | AF | 8B | 87 | 0 | 15 | 17 | 1F | 6 | 14 | 3D |
| Octal | 257 | 213 | 207 | 0 | 25 | 27 | 37 | 6 | 24 | 75 |
| Binary | 10101111 | 10001011 | 10000111 | 0 | 10101 | 10111 | 11111 | 110 | 10100 | 111101 |
Color Harmonies of #AF8B87
Complementary color
Monochromatic Colors of #AF8B87
Black with #AF8B87
Text Example
Text Example
White with #AF8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B87; }
p { color: rgb(175,139,135); }
H1.HeaderClassName
{
color: #AF8B87;
}
.AnyTagClassName
{
color: #AF8B87;
}
</style>
background-color css
<style>
a { background-color: #AF8B87; }
a { background-color: rgb(175,139,135); }
div.DivClassName
{
background-color: #AF8B87;
}
.BgClassName
{
background-color: #AF8B87;
}
</style>
border-color css
<style>
span { border-color: #AF8B87; }
span { border-color: rgb(175,139,135); }
td.TdClassName
{
border-color: #AF8B87;
}
.TagClassName
{
border-color: #AF8B87;
}
</style>