Shades of Thatch #AF9D99
Tints of Thatch #AF9D99
RGB
CMYK
RGB Variations
Color information
#AF9D99 (or 0xAF9D99) is known color: Thatch. HEX triplet: AF, 9D and 99. RGB value is (175,157,153). Sum of RGB (Red+Green+Blue) = 175+157+153=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D99 is #506266. Grayscale: #A1A1A1. Windows color (decimal): -5268071 or 10067375. OLE color: 10067375.
HSL color Cylindrical-coordinate representation of color #AF9D99: hue angle of 10.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9D99 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 153 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.31 |
| HSL | 10.91º | 0.12% | 0.64% | - |
| HSV(B) | 10.91º | 0.13% | 0.69% | - |
| XYZ | 35.49 | 35.53 | 35.12 | - |
| YUV | 161.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 153 | 0 | 0.10 | 0.13 | 0.31 | 10.91 | 0.12 | 0.64 |
| Hex | AF | 9D | 99 | 0 | A | D | 1F | B | C | 40 |
| Octal | 257 | 235 | 231 | 0 | 12 | 15 | 37 | 13 | 14 | 100 |
| Binary | 10101111 | 10011101 | 10011001 | 0 | 1010 | 1101 | 11111 | 1011 | 1100 | 1000000 |
Color Harmonies of #AF9D99
Complementary color
Monochromatic Colors of #AF9D99
Black with #AF9D99
Text Example
Text Example
White with #AF9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D99; }
p { color: rgb(175,157,153); }
H1.HeaderClassName
{
color: #AF9D99;
}
.AnyTagClassName
{
color: #AF9D99;
}
</style>
background-color css
<style>
a { background-color: #AF9D99; }
a { background-color: rgb(175,157,153); }
div.DivClassName
{
background-color: #AF9D99;
}
.BgClassName
{
background-color: #AF9D99;
}
</style>
border-color css
<style>
span { border-color: #AF9D99; }
span { border-color: rgb(175,157,153); }
td.TdClassName
{
border-color: #AF9D99;
}
.TagClassName
{
border-color: #AF9D99;
}
</style>