Shades of Thatch #A89592
Tints of Thatch #A89592
RGB
CMYK
RGB Variations
Color information
#A89592 (or 0xA89592) is known color: Thatch. HEX triplet: A8, 95 and 92. RGB value is (168,149,146). Sum of RGB (Red+Green+Blue) = 168+149+146=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A89592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89592 is #576A6D. Grayscale: #9A9A9A. Windows color (decimal): -5728878 or 9606568. OLE color: 9606568.
HSL color Cylindrical-coordinate representation of color #A89592: hue angle of 8.18º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89592 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 146 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.34 |
| HSL | 8.18º | 0.11% | 0.62% | - |
| HSV(B) | 8.18º | 0.13% | 0.66% | - |
| XYZ | 32.08 | 31.9 | 31.66 | - |
| YUV | 154.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 146 | 0 | 0.11 | 0.13 | 0.34 | 8.18 | 0.11 | 0.62 |
| Hex | A8 | 95 | 92 | 0 | B | D | 22 | 8 | B | 3E |
| Octal | 250 | 225 | 222 | 0 | 13 | 15 | 42 | 10 | 13 | 76 |
| Binary | 10101000 | 10010101 | 10010010 | 0 | 1011 | 1101 | 100010 | 1000 | 1011 | 111110 |
Color Harmonies of #A89592
Complementary color
Monochromatic Colors of #A89592
Black with #A89592
Text Example
Text Example
White with #A89592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89592; }
p { color: rgb(168,149,146); }
H1.HeaderClassName
{
color: #A89592;
}
.AnyTagClassName
{
color: #A89592;
}
</style>
background-color css
<style>
a { background-color: #A89592; }
a { background-color: rgb(168,149,146); }
div.DivClassName
{
background-color: #A89592;
}
.BgClassName
{
background-color: #A89592;
}
</style>
border-color css
<style>
span { border-color: #A89592; }
span { border-color: rgb(168,149,146); }
td.TdClassName
{
border-color: #A89592;
}
.TagClassName
{
border-color: #A89592;
}
</style>