Shades of Thatch #AF8F85
Tints of Thatch #AF8F85
RGB
CMYK
RGB Variations
Color information
#AF8F85 (or 0xAF8F85) is known color: Thatch. HEX triplet: AF, 8F and 85. RGB value is (175,143,133). Sum of RGB (Red+Green+Blue) = 175+143+133=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F85 is #50707A. Grayscale: #979797. Windows color (decimal): -5271675 or 8753071. OLE color: 8753071.
HSL color Cylindrical-coordinate representation of color #AF8F85: hue angle of 14.29º 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 #AF8F85 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 133 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.31 |
| HSL | 14.29º | 0.21% | 0.6% | - |
| HSV(B) | 14.29º | 0.24% | 0.69% | - |
| XYZ | 31.74 | 30.45 | 26.4 | - |
| YUV | 151.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 133 | 0 | 0.18 | 0.24 | 0.31 | 14.29 | 0.21 | 0.6 |
| Hex | AF | 8F | 85 | 0 | 12 | 18 | 1F | E | 15 | 3C |
| Octal | 257 | 217 | 205 | 0 | 22 | 30 | 37 | 16 | 25 | 74 |
| Binary | 10101111 | 10001111 | 10000101 | 0 | 10010 | 11000 | 11111 | 1110 | 10101 | 111100 |
Color Harmonies of #AF8F85
Complementary color
Monochromatic Colors of #AF8F85
Black with #AF8F85
Text Example
Text Example
White with #AF8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F85; }
p { color: rgb(175,143,133); }
H1.HeaderClassName
{
color: #AF8F85;
}
.AnyTagClassName
{
color: #AF8F85;
}
</style>
background-color css
<style>
a { background-color: #AF8F85; }
a { background-color: rgb(175,143,133); }
div.DivClassName
{
background-color: #AF8F85;
}
.BgClassName
{
background-color: #AF8F85;
}
</style>
border-color css
<style>
span { border-color: #AF8F85; }
span { border-color: rgb(175,143,133); }
td.TdClassName
{
border-color: #AF8F85;
}
.TagClassName
{
border-color: #AF8F85;
}
</style>