Shades of Thatch #AF8E8D
Tints of Thatch #AF8E8D
RGB
CMYK
RGB Variations
Color information
#AF8E8D (or 0xAF8E8D) is known color: Thatch. HEX triplet: AF, 8E and 8D. RGB value is (175,142,141). Sum of RGB (Red+Green+Blue) = 175+142+141=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E8D is #507172. Grayscale: #979797. Windows color (decimal): -5271923 or 9277103. OLE color: 9277103.
HSL color Cylindrical-coordinate representation of color #AF8E8D: hue angle of 1.76º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8E8D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 141 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 1.76º | 0.18% | 0.62% | - |
| HSV(B) | 1.76º | 0.19% | 0.69% | - |
| XYZ | 32.16 | 30.38 | 29.37 | - |
| YUV | 151.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 141 | 0 | 0.19 | 0.19 | 0.31 | 1.76 | 0.18 | 0.62 |
| Hex | AF | 8E | 8D | 0 | 13 | 13 | 1F | 2 | 12 | 3E |
| Octal | 257 | 216 | 215 | 0 | 23 | 23 | 37 | 2 | 22 | 76 |
| Binary | 10101111 | 10001110 | 10001101 | 0 | 10011 | 10011 | 11111 | 10 | 10010 | 111110 |
Color Harmonies of #AF8E8D
Complementary color
Monochromatic Colors of #AF8E8D
Black with #AF8E8D
Text Example
Text Example
White with #AF8E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E8D; }
p { color: rgb(175,142,141); }
H1.HeaderClassName
{
color: #AF8E8D;
}
.AnyTagClassName
{
color: #AF8E8D;
}
</style>
background-color css
<style>
a { background-color: #AF8E8D; }
a { background-color: rgb(175,142,141); }
div.DivClassName
{
background-color: #AF8E8D;
}
.BgClassName
{
background-color: #AF8E8D;
}
</style>
border-color css
<style>
span { border-color: #AF8E8D; }
span { border-color: rgb(175,142,141); }
td.TdClassName
{
border-color: #AF8E8D;
}
.TagClassName
{
border-color: #AF8E8D;
}
</style>