Shades of Thatch #AF9995
Tints of Thatch #AF9995
RGB
CMYK
RGB Variations
Color information
#AF9995 (or 0xAF9995) is known color: Thatch. HEX triplet: AF, 99 and 95. RGB value is (175,153,149). Sum of RGB (Red+Green+Blue) = 175+153+149=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9995 is #50666A. Grayscale: #9F9F9F. Windows color (decimal): -5269099 or 9804207. OLE color: 9804207.
HSL color Cylindrical-coordinate representation of color #AF9995: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9995 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 149 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.31 |
| HSL | 9.23º | 0.14% | 0.64% | - |
| HSV(B) | 9.23º | 0.15% | 0.69% | - |
| XYZ | 34.5 | 34.07 | 33.19 | - |
| YUV | 159.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 149 | 0 | 0.13 | 0.15 | 0.31 | 9.23 | 0.14 | 0.64 |
| Hex | AF | 99 | 95 | 0 | D | F | 1F | 9 | E | 40 |
| Octal | 257 | 231 | 225 | 0 | 15 | 17 | 37 | 11 | 16 | 100 |
| Binary | 10101111 | 10011001 | 10010101 | 0 | 1101 | 1111 | 11111 | 1001 | 1110 | 1000000 |
Color Harmonies of #AF9995
Complementary color
Monochromatic Colors of #AF9995
Black with #AF9995
Text Example
Text Example
White with #AF9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9995; }
p { color: rgb(175,153,149); }
H1.HeaderClassName
{
color: #AF9995;
}
.AnyTagClassName
{
color: #AF9995;
}
</style>
background-color css
<style>
a { background-color: #AF9995; }
a { background-color: rgb(175,153,149); }
div.DivClassName
{
background-color: #AF9995;
}
.BgClassName
{
background-color: #AF9995;
}
</style>
border-color css
<style>
span { border-color: #AF9995; }
span { border-color: rgb(175,153,149); }
td.TdClassName
{
border-color: #AF9995;
}
.TagClassName
{
border-color: #AF9995;
}
</style>