Shades of Thatch #AF9993
Tints of Thatch #AF9993
RGB
CMYK
RGB Variations
Color information
#AF9993 (or 0xAF9993) is known color: Thatch. HEX triplet: AF, 99 and 93. RGB value is (175,153,147). Sum of RGB (Red+Green+Blue) = 175+153+147=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9993 is #50666C. Grayscale: #9E9E9E. Windows color (decimal): -5269101 or 9673135. OLE color: 9673135.
HSL color Cylindrical-coordinate representation of color #AF9993: hue angle of 12.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9993 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 147 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.31 |
| HSL | 12.86º | 0.15% | 0.63% | - |
| HSV(B) | 12.86º | 0.16% | 0.69% | - |
| XYZ | 34.34 | 34 | 32.36 | - |
| YUV | 158.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 147 | 0 | 0.13 | 0.16 | 0.31 | 12.86 | 0.15 | 0.63 |
| Hex | AF | 99 | 93 | 0 | D | 10 | 1F | D | F | 3F |
| Octal | 257 | 231 | 223 | 0 | 15 | 20 | 37 | 15 | 17 | 77 |
| Binary | 10101111 | 10011001 | 10010011 | 0 | 1101 | 10000 | 11111 | 1101 | 1111 | 111111 |
Color Harmonies of #AF9993
Complementary color
Monochromatic Colors of #AF9993
Black with #AF9993
Text Example
Text Example
White with #AF9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9993; }
p { color: rgb(175,153,147); }
H1.HeaderClassName
{
color: #AF9993;
}
.AnyTagClassName
{
color: #AF9993;
}
</style>
background-color css
<style>
a { background-color: #AF9993; }
a { background-color: rgb(175,153,147); }
div.DivClassName
{
background-color: #AF9993;
}
.BgClassName
{
background-color: #AF9993;
}
</style>
border-color css
<style>
span { border-color: #AF9993; }
span { border-color: rgb(175,153,147); }
td.TdClassName
{
border-color: #AF9993;
}
.TagClassName
{
border-color: #AF9993;
}
</style>