Shades of Thatch #A79794
Tints of Thatch #A79794
RGB
CMYK
RGB Variations
Color information
#A79794 (or 0xA79794) is known color: Thatch. HEX triplet: A7, 97 and 94. RGB value is (167,151,148). Sum of RGB (Red+Green+Blue) = 167+151+148=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 167 - color contains mainly: red. Hex color #A79794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79794 is #58686B. Grayscale: #9B9B9B. Windows color (decimal): -5793900 or 9738151. OLE color: 9738151.
HSL color Cylindrical-coordinate representation of color #A79794: hue angle of 9.47º 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 #A79794 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 148 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.35 |
| HSL | 9.47º | 0.1% | 0.62% | - |
| HSV(B) | 9.47º | 0.11% | 0.65% | - |
| XYZ | 32.35 | 32.49 | 32.58 | - |
| YUV | 155.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 148 | 0 | 0.10 | 0.11 | 0.35 | 9.47 | 0.1 | 0.62 |
| Hex | A7 | 97 | 94 | 0 | A | B | 23 | 9 | A | 3E |
| Octal | 247 | 227 | 224 | 0 | 12 | 13 | 43 | 11 | 12 | 76 |
| Binary | 10100111 | 10010111 | 10010100 | 0 | 1010 | 1011 | 100011 | 1001 | 1010 | 111110 |
Color Harmonies of #A79794
Complementary color
Monochromatic Colors of #A79794
Black with #A79794
Text Example
Text Example
White with #A79794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79794; }
p { color: rgb(167,151,148); }
H1.HeaderClassName
{
color: #A79794;
}
.AnyTagClassName
{
color: #A79794;
}
</style>
background-color css
<style>
a { background-color: #A79794; }
a { background-color: rgb(167,151,148); }
div.DivClassName
{
background-color: #A79794;
}
.BgClassName
{
background-color: #A79794;
}
</style>
border-color css
<style>
span { border-color: #A79794; }
span { border-color: rgb(167,151,148); }
td.TdClassName
{
border-color: #A79794;
}
.TagClassName
{
border-color: #A79794;
}
</style>