Shades of Thatch #AF928B
Tints of Thatch #AF928B
RGB
CMYK
RGB Variations
Color information
#AF928B (or 0xAF928B) is known color: Thatch. HEX triplet: AF, 92 and 8B. RGB value is (175,146,139). Sum of RGB (Red+Green+Blue) = 175+146+139=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928B is #506D74. Grayscale: #999999. Windows color (decimal): -5270901 or 9147055. OLE color: 9147055.
HSL color Cylindrical-coordinate representation of color #AF928B: hue angle of 11.67º 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 #AF928B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 139 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.31 |
| HSL | 11.67º | 0.18% | 0.62% | - |
| HSV(B) | 11.67º | 0.21% | 0.69% | - |
| XYZ | 32.62 | 31.54 | 28.79 | - |
| YUV | 153.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 139 | 0 | 0.17 | 0.21 | 0.31 | 11.67 | 0.18 | 0.62 |
| Hex | AF | 92 | 8B | 0 | 11 | 15 | 1F | C | 12 | 3E |
| Octal | 257 | 222 | 213 | 0 | 21 | 25 | 37 | 14 | 22 | 76 |
| Binary | 10101111 | 10010010 | 10001011 | 0 | 10001 | 10101 | 11111 | 1100 | 10010 | 111110 |
Color Harmonies of #AF928B
Complementary color
Monochromatic Colors of #AF928B
Black with #AF928B
Text Example
Text Example
White with #AF928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF928B; }
p { color: rgb(175,146,139); }
H1.HeaderClassName
{
color: #AF928B;
}
.AnyTagClassName
{
color: #AF928B;
}
</style>
background-color css
<style>
a { background-color: #AF928B; }
a { background-color: rgb(175,146,139); }
div.DivClassName
{
background-color: #AF928B;
}
.BgClassName
{
background-color: #AF928B;
}
</style>
border-color css
<style>
span { border-color: #AF928B; }
span { border-color: rgb(175,146,139); }
td.TdClassName
{
border-color: #AF928B;
}
.TagClassName
{
border-color: #AF928B;
}
</style>