Shades of Thatch #AF9994
Tints of Thatch #AF9994
RGB
CMYK
RGB Variations
Color information
#AF9994 (or 0xAF9994) is known color: Thatch. HEX triplet: AF, 99 and 94. RGB value is (175,153,148). Sum of RGB (Red+Green+Blue) = 175+153+148=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9994 is #50666B. Grayscale: #9F9F9F. Windows color (decimal): -5269100 or 9738671. OLE color: 9738671.
HSL color Cylindrical-coordinate representation of color #AF9994: hue angle of 11.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9994 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 148 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.31 |
| HSL | 11.11º | 0.14% | 0.63% | - |
| HSV(B) | 11.11º | 0.15% | 0.69% | - |
| XYZ | 34.42 | 34.03 | 32.77 | - |
| YUV | 159.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 148 | 0 | 0.13 | 0.15 | 0.31 | 11.11 | 0.14 | 0.63 |
| Hex | AF | 99 | 94 | 0 | D | F | 1F | B | E | 3F |
| Octal | 257 | 231 | 224 | 0 | 15 | 17 | 37 | 13 | 16 | 77 |
| Binary | 10101111 | 10011001 | 10010100 | 0 | 1101 | 1111 | 11111 | 1011 | 1110 | 111111 |
Color Harmonies of #AF9994
Complementary color
Monochromatic Colors of #AF9994
Black with #AF9994
Text Example
Text Example
White with #AF9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9994; }
p { color: rgb(175,153,148); }
H1.HeaderClassName
{
color: #AF9994;
}
.AnyTagClassName
{
color: #AF9994;
}
</style>
background-color css
<style>
a { background-color: #AF9994; }
a { background-color: rgb(175,153,148); }
div.DivClassName
{
background-color: #AF9994;
}
.BgClassName
{
background-color: #AF9994;
}
</style>
border-color css
<style>
span { border-color: #AF9994; }
span { border-color: rgb(175,153,148); }
td.TdClassName
{
border-color: #AF9994;
}
.TagClassName
{
border-color: #AF9994;
}
</style>