Shades of Thatch #AF9C97
Tints of Thatch #AF9C97
RGB
CMYK
RGB Variations
Color information
#AF9C97 (or 0xAF9C97) is known color: Thatch. HEX triplet: AF, 9C and 97. RGB value is (175,156,151). Sum of RGB (Red+Green+Blue) = 175+156+151=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C97 is #506368. Grayscale: #A1A1A1. Windows color (decimal): -5268329 or 9936047. OLE color: 9936047.
HSL color Cylindrical-coordinate representation of color #AF9C97: hue angle of 12.5º degrees, saturation: 0.13, 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 #AF9C97 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 151 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.31 |
| HSL | 12.5º | 0.13% | 0.64% | - |
| HSV(B) | 12.5º | 0.14% | 0.69% | - |
| XYZ | 35.15 | 35.13 | 34.21 | - |
| YUV | 161.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 151 | 0 | 0.11 | 0.14 | 0.31 | 12.5 | 0.13 | 0.64 |
| Hex | AF | 9C | 97 | 0 | B | E | 1F | C | D | 40 |
| Octal | 257 | 234 | 227 | 0 | 13 | 16 | 37 | 14 | 15 | 100 |
| Binary | 10101111 | 10011100 | 10010111 | 0 | 1011 | 1110 | 11111 | 1100 | 1101 | 1000000 |
Color Harmonies of #AF9C97
Complementary color
Monochromatic Colors of #AF9C97
Black with #AF9C97
Text Example
Text Example
White with #AF9C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C97; }
p { color: rgb(175,156,151); }
H1.HeaderClassName
{
color: #AF9C97;
}
.AnyTagClassName
{
color: #AF9C97;
}
</style>
background-color css
<style>
a { background-color: #AF9C97; }
a { background-color: rgb(175,156,151); }
div.DivClassName
{
background-color: #AF9C97;
}
.BgClassName
{
background-color: #AF9C97;
}
</style>
border-color css
<style>
span { border-color: #AF9C97; }
span { border-color: rgb(175,156,151); }
td.TdClassName
{
border-color: #AF9C97;
}
.TagClassName
{
border-color: #AF9C97;
}
</style>