Shades of Thatch #AF918E
Tints of Thatch #AF918E
RGB
CMYK
RGB Variations
Color information
#AF918E (or 0xAF918E) is known color: Thatch. HEX triplet: AF, 91 and 8E. RGB value is (175,145,142). Sum of RGB (Red+Green+Blue) = 175+145+142=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918E is #506E71. Grayscale: #999999. Windows color (decimal): -5271154 or 9343407. OLE color: 9343407.
HSL color Cylindrical-coordinate representation of color #AF918E: hue angle of 5.45º degrees, saturation: 0.17, 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 #AF918E is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 142 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.31 |
| HSL | 5.45º | 0.17% | 0.62% | - |
| HSV(B) | 5.45º | 0.19% | 0.69% | - |
| XYZ | 32.69 | 31.32 | 29.91 | - |
| YUV | 153.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 142 | 0 | 0.17 | 0.19 | 0.31 | 5.45 | 0.17 | 0.62 |
| Hex | AF | 91 | 8E | 0 | 11 | 13 | 1F | 5 | 11 | 3E |
| Octal | 257 | 221 | 216 | 0 | 21 | 23 | 37 | 5 | 21 | 76 |
| Binary | 10101111 | 10010001 | 10001110 | 0 | 10001 | 10011 | 11111 | 101 | 10001 | 111110 |
Color Harmonies of #AF918E
Complementary color
Monochromatic Colors of #AF918E
Black with #AF918E
Text Example
Text Example
White with #AF918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF918E; }
p { color: rgb(175,145,142); }
H1.HeaderClassName
{
color: #AF918E;
}
.AnyTagClassName
{
color: #AF918E;
}
</style>
background-color css
<style>
a { background-color: #AF918E; }
a { background-color: rgb(175,145,142); }
div.DivClassName
{
background-color: #AF918E;
}
.BgClassName
{
background-color: #AF918E;
}
</style>
border-color css
<style>
span { border-color: #AF918E; }
span { border-color: rgb(175,145,142); }
td.TdClassName
{
border-color: #AF918E;
}
.TagClassName
{
border-color: #AF918E;
}
</style>