Shades of Thatch #AF918B
Tints of Thatch #AF918B
RGB
CMYK
RGB Variations
Color information
#AF918B (or 0xAF918B) is known color: Thatch. HEX triplet: AF, 91 and 8B. RGB value is (175,145,139). Sum of RGB (Red+Green+Blue) = 175+145+139=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918B is #506E74. Grayscale: #999999. Windows color (decimal): -5271157 or 9146799. OLE color: 9146799.
HSL color Cylindrical-coordinate representation of color #AF918B: hue angle of 10º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF918B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 139 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.31 |
| HSL | 10º | 0.18% | 0.62% | - |
| HSV(B) | 10º | 0.21% | 0.69% | - |
| XYZ | 32.46 | 31.23 | 28.74 | - |
| YUV | 153.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 139 | 0 | 0.17 | 0.21 | 0.31 | 10 | 0.18 | 0.62 |
| Hex | AF | 91 | 8B | 0 | 11 | 15 | 1F | A | 12 | 3E |
| Octal | 257 | 221 | 213 | 0 | 21 | 25 | 37 | 12 | 22 | 76 |
| Binary | 10101111 | 10010001 | 10001011 | 0 | 10001 | 10101 | 11111 | 1010 | 10010 | 111110 |
Color Harmonies of #AF918B
Complementary color
Monochromatic Colors of #AF918B
Black with #AF918B
Text Example
Text Example
White with #AF918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF918B; }
p { color: rgb(175,145,139); }
H1.HeaderClassName
{
color: #AF918B;
}
.AnyTagClassName
{
color: #AF918B;
}
</style>
background-color css
<style>
a { background-color: #AF918B; }
a { background-color: rgb(175,145,139); }
div.DivClassName
{
background-color: #AF918B;
}
.BgClassName
{
background-color: #AF918B;
}
</style>
border-color css
<style>
span { border-color: #AF918B; }
span { border-color: rgb(175,145,139); }
td.TdClassName
{
border-color: #AF918B;
}
.TagClassName
{
border-color: #AF918B;
}
</style>