Shades of Thatch #A79694
Tints of Thatch #A79694
RGB
CMYK
RGB Variations
Color information
#A79694 (or 0xA79694) is known color: Thatch. HEX triplet: A7, 96 and 94. RGB value is (167,150,148). Sum of RGB (Red+Green+Blue) = 167+150+148=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A79694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79694 is #58696B. Grayscale: #9A9A9A. Windows color (decimal): -5794156 or 9737895. OLE color: 9737895.
HSL color Cylindrical-coordinate representation of color #A79694: hue angle of 6.32º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A79694 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 150 | 148 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.35 |
| HSL | 6.32º | 0.1% | 0.62% | - |
| HSV(B) | 6.32º | 0.11% | 0.65% | - |
| XYZ | 32.19 | 32.17 | 32.53 | - |
| YUV | 154.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 148 | 0 | 0.10 | 0.11 | 0.35 | 6.32 | 0.1 | 0.62 |
| Hex | A7 | 96 | 94 | 0 | A | B | 23 | 6 | A | 3E |
| Octal | 247 | 226 | 224 | 0 | 12 | 13 | 43 | 6 | 12 | 76 |
| Binary | 10100111 | 10010110 | 10010100 | 0 | 1010 | 1011 | 100011 | 110 | 1010 | 111110 |
Color Harmonies of #A79694
Complementary color
Monochromatic Colors of #A79694
Black with #A79694
Text Example
Text Example
White with #A79694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79694; }
p { color: rgb(167,150,148); }
H1.HeaderClassName
{
color: #A79694;
}
.AnyTagClassName
{
color: #A79694;
}
</style>
background-color css
<style>
a { background-color: #A79694; }
a { background-color: rgb(167,150,148); }
div.DivClassName
{
background-color: #A79694;
}
.BgClassName
{
background-color: #A79694;
}
</style>
border-color css
<style>
span { border-color: #A79694; }
span { border-color: rgb(167,150,148); }
td.TdClassName
{
border-color: #A79694;
}
.TagClassName
{
border-color: #A79694;
}
</style>