Shades of Thatch #AF9392
Tints of Thatch #AF9392
RGB
CMYK
RGB Variations
Color information
#AF9392 (or 0xAF9392) is known color: Thatch. HEX triplet: AF, 93 and 92. RGB value is (175,147,146). Sum of RGB (Red+Green+Blue) = 175+147+146=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9392 is #506C6D. Grayscale: #9B9B9B. Windows color (decimal): -5270638 or 9606063. OLE color: 9606063.
HSL color Cylindrical-coordinate representation of color #AF9392: hue angle of 2.07º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9392 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 146 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.31 |
| HSL | 2.07º | 0.15% | 0.63% | - |
| HSV(B) | 2.07º | 0.17% | 0.69% | - |
| XYZ | 33.3 | 32.06 | 31.63 | - |
| YUV | 155.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 146 | 0 | 0.16 | 0.17 | 0.31 | 2.07 | 0.15 | 0.63 |
| Hex | AF | 93 | 92 | 0 | 10 | 11 | 1F | 2 | F | 3F |
| Octal | 257 | 223 | 222 | 0 | 20 | 21 | 37 | 2 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10010010 | 0 | 10000 | 10001 | 11111 | 10 | 1111 | 111111 |
Color Harmonies of #AF9392
Complementary color
Monochromatic Colors of #AF9392
Black with #AF9392
Text Example
Text Example
White with #AF9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9392; }
p { color: rgb(175,147,146); }
H1.HeaderClassName
{
color: #AF9392;
}
.AnyTagClassName
{
color: #AF9392;
}
</style>
background-color css
<style>
a { background-color: #AF9392; }
a { background-color: rgb(175,147,146); }
div.DivClassName
{
background-color: #AF9392;
}
.BgClassName
{
background-color: #AF9392;
}
</style>
border-color css
<style>
span { border-color: #AF9392; }
span { border-color: rgb(175,147,146); }
td.TdClassName
{
border-color: #AF9392;
}
.TagClassName
{
border-color: #AF9392;
}
</style>