Shades of Thatch #A79592
Tints of Thatch #A79592
RGB
CMYK
RGB Variations
Color information
#A79592 (or 0xA79592) is known color: Thatch. HEX triplet: A7, 95 and 92. RGB value is (167,149,146). Sum of RGB (Red+Green+Blue) = 167+149+146=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 167 - color contains mainly: red. Hex color #A79592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79592 is #586A6D. Grayscale: #9A9A9A. Windows color (decimal): -5794414 or 9606567. OLE color: 9606567.
HSL color Cylindrical-coordinate representation of color #A79592: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A79592 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 146 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.35 |
| HSL | 8.57º | 0.11% | 0.61% | - |
| HSV(B) | 8.57º | 0.13% | 0.65% | - |
| XYZ | 31.87 | 31.79 | 31.65 | - |
| YUV | 154.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 146 | 0 | 0.11 | 0.13 | 0.35 | 8.57 | 0.11 | 0.61 |
| Hex | A7 | 95 | 92 | 0 | B | D | 23 | 9 | B | 3D |
| Octal | 247 | 225 | 222 | 0 | 13 | 15 | 43 | 11 | 13 | 75 |
| Binary | 10100111 | 10010101 | 10010010 | 0 | 1011 | 1101 | 100011 | 1001 | 1011 | 111101 |
Color Harmonies of #A79592
Complementary color
Monochromatic Colors of #A79592
Black with #A79592
Text Example
Text Example
White with #A79592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79592; }
p { color: rgb(167,149,146); }
H1.HeaderClassName
{
color: #A79592;
}
.AnyTagClassName
{
color: #A79592;
}
</style>
background-color css
<style>
a { background-color: #A79592; }
a { background-color: rgb(167,149,146); }
div.DivClassName
{
background-color: #A79592;
}
.BgClassName
{
background-color: #A79592;
}
</style>
border-color css
<style>
span { border-color: #A79592; }
span { border-color: rgb(167,149,146); }
td.TdClassName
{
border-color: #A79592;
}
.TagClassName
{
border-color: #A79592;
}
</style>