Shades of Thatch #AF8C86
Tints of Thatch #AF8C86
RGB
CMYK
RGB Variations
Color information
#AF8C86 (or 0xAF8C86) is known color: Thatch. HEX triplet: AF, 8C and 86. RGB value is (175,140,134). Sum of RGB (Red+Green+Blue) = 175+140+134=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C86 is #507379. Grayscale: #959595. Windows color (decimal): -5272442 or 8817839. OLE color: 8817839.
HSL color Cylindrical-coordinate representation of color #AF8C86: hue angle of 8.78º 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 #AF8C86 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 134 | - |
| CMYK | 0 | 0.2 | 0.23 | 0.31 |
| HSL | 8.78º | 0.2% | 0.61% | - |
| HSV(B) | 8.78º | 0.23% | 0.69% | - |
| XYZ | 31.36 | 29.59 | 26.61 | - |
| YUV | 149.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 134 | 0 | 0.2 | 0.23 | 0.31 | 8.78 | 0.2 | 0.61 |
| Hex | AF | 8C | 86 | 0 | 14 | 17 | 1F | 9 | 14 | 3D |
| Octal | 257 | 214 | 206 | 0 | 24 | 27 | 37 | 11 | 24 | 75 |
| Binary | 10101111 | 10001100 | 10000110 | 0 | 10100 | 10111 | 11111 | 1001 | 10100 | 111101 |
Color Harmonies of #AF8C86
Complementary color
Monochromatic Colors of #AF8C86
Black with #AF8C86
Text Example
Text Example
White with #AF8C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C86; }
p { color: rgb(175,140,134); }
H1.HeaderClassName
{
color: #AF8C86;
}
.AnyTagClassName
{
color: #AF8C86;
}
</style>
background-color css
<style>
a { background-color: #AF8C86; }
a { background-color: rgb(175,140,134); }
div.DivClassName
{
background-color: #AF8C86;
}
.BgClassName
{
background-color: #AF8C86;
}
</style>
border-color css
<style>
span { border-color: #AF8C86; }
span { border-color: rgb(175,140,134); }
td.TdClassName
{
border-color: #AF8C86;
}
.TagClassName
{
border-color: #AF8C86;
}
</style>