Shades of Thatch #AF9996
Tints of Thatch #AF9996
RGB
CMYK
RGB Variations
Color information
#AF9996 (or 0xAF9996) is known color: Thatch. HEX triplet: AF, 99 and 96. RGB value is (175,153,150). Sum of RGB (Red+Green+Blue) = 175+153+150=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9996 is #506669. Grayscale: #9F9F9F. Windows color (decimal): -5269098 or 9869743. OLE color: 9869743.
HSL color Cylindrical-coordinate representation of color #AF9996: hue angle of 7.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9996 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 150 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.31 |
| HSL | 7.2º | 0.14% | 0.64% | - |
| HSV(B) | 7.2º | 0.14% | 0.69% | - |
| XYZ | 34.58 | 34.1 | 33.61 | - |
| YUV | 159.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 150 | 0 | 0.13 | 0.14 | 0.31 | 7.2 | 0.14 | 0.64 |
| Hex | AF | 99 | 96 | 0 | D | E | 1F | 7 | E | 40 |
| Octal | 257 | 231 | 226 | 0 | 15 | 16 | 37 | 7 | 16 | 100 |
| Binary | 10101111 | 10011001 | 10010110 | 0 | 1101 | 1110 | 11111 | 111 | 1110 | 1000000 |
Color Harmonies of #AF9996
Complementary color
Monochromatic Colors of #AF9996
Black with #AF9996
Text Example
Text Example
White with #AF9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9996; }
p { color: rgb(175,153,150); }
H1.HeaderClassName
{
color: #AF9996;
}
.AnyTagClassName
{
color: #AF9996;
}
</style>
background-color css
<style>
a { background-color: #AF9996; }
a { background-color: rgb(175,153,150); }
div.DivClassName
{
background-color: #AF9996;
}
.BgClassName
{
background-color: #AF9996;
}
</style>
border-color css
<style>
span { border-color: #AF9996; }
span { border-color: rgb(175,153,150); }
td.TdClassName
{
border-color: #AF9996;
}
.TagClassName
{
border-color: #AF9996;
}
</style>