Shades of Thatch #A79C99
Tints of Thatch #A79C99
RGB
CMYK
RGB Variations
Color information
#A79C99 (or 0xA79C99) is known color: Thatch. HEX triplet: A7, 9C and 99. RGB value is (167,156,153). Sum of RGB (Red+Green+Blue) = 167+156+153=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C99 is #586366. Grayscale: #9E9E9E. Windows color (decimal): -5792615 or 10067111. OLE color: 10067111.
HSL color Cylindrical-coordinate representation of color #A79C99: hue angle of 12.86º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A79C99 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 153 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.35 |
| HSL | 12.86º | 0.07% | 0.63% | - |
| HSV(B) | 12.86º | 0.08% | 0.65% | - |
| XYZ | 33.57 | 34.29 | 34.99 | - |
| YUV | 158.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 153 | 0 | 0.07 | 0.08 | 0.35 | 12.86 | 0.07 | 0.63 |
| Hex | A7 | 9C | 99 | 0 | 7 | 8 | 23 | D | 7 | 3F |
| Octal | 247 | 234 | 231 | 0 | 7 | 10 | 43 | 15 | 7 | 77 |
| Binary | 10100111 | 10011100 | 10011001 | 0 | 111 | 1000 | 100011 | 1101 | 111 | 111111 |
Color Harmonies of #A79C99
Complementary color
Monochromatic Colors of #A79C99
Black with #A79C99
Text Example
Text Example
White with #A79C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C99; }
p { color: rgb(167,156,153); }
H1.HeaderClassName
{
color: #A79C99;
}
.AnyTagClassName
{
color: #A79C99;
}
</style>
background-color css
<style>
a { background-color: #A79C99; }
a { background-color: rgb(167,156,153); }
div.DivClassName
{
background-color: #A79C99;
}
.BgClassName
{
background-color: #A79C99;
}
</style>
border-color css
<style>
span { border-color: #A79C99; }
span { border-color: rgb(167,156,153); }
td.TdClassName
{
border-color: #A79C99;
}
.TagClassName
{
border-color: #A79C99;
}
</style>