Shades of Thatch #AF8C85
Tints of Thatch #AF8C85
RGB
CMYK
RGB Variations
Color information
#AF8C85 (or 0xAF8C85) is known color: Thatch. HEX triplet: AF, 8C and 85. RGB value is (175,140,133). Sum of RGB (Red+Green+Blue) = 175+140+133=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C85 is #50737A. Grayscale: #959595. Windows color (decimal): -5272443 or 8752303. OLE color: 8752303.
HSL color Cylindrical-coordinate representation of color #AF8C85: hue angle of 10º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8C85 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 133 | - |
| CMYK | 0 | 0.2 | 0.24 | 0.31 |
| HSL | 10º | 0.21% | 0.6% | - |
| HSV(B) | 10º | 0.24% | 0.69% | - |
| XYZ | 31.29 | 29.56 | 26.25 | - |
| YUV | 149.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 133 | 0 | 0.2 | 0.24 | 0.31 | 10 | 0.21 | 0.6 |
| Hex | AF | 8C | 85 | 0 | 14 | 18 | 1F | A | 15 | 3C |
| Octal | 257 | 214 | 205 | 0 | 24 | 30 | 37 | 12 | 25 | 74 |
| Binary | 10101111 | 10001100 | 10000101 | 0 | 10100 | 11000 | 11111 | 1010 | 10101 | 111100 |
Color Harmonies of #AF8C85
Complementary color
Monochromatic Colors of #AF8C85
Black with #AF8C85
Text Example
Text Example
White with #AF8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C85; }
p { color: rgb(175,140,133); }
H1.HeaderClassName
{
color: #AF8C85;
}
.AnyTagClassName
{
color: #AF8C85;
}
</style>
background-color css
<style>
a { background-color: #AF8C85; }
a { background-color: rgb(175,140,133); }
div.DivClassName
{
background-color: #AF8C85;
}
.BgClassName
{
background-color: #AF8C85;
}
</style>
border-color css
<style>
span { border-color: #AF8C85; }
span { border-color: rgb(175,140,133); }
td.TdClassName
{
border-color: #AF8C85;
}
.TagClassName
{
border-color: #AF8C85;
}
</style>