Shades of Thatch #A68985
Tints of Thatch #A68985
RGB
CMYK
RGB Variations
Color information
#A68985 (or 0xA68985) is known color: Thatch. HEX triplet: A6, 89 and 85. RGB value is (166,137,133). Sum of RGB (Red+Green+Blue) = 166+137+133=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A68985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68985 is #59767A. Grayscale: #919191. Windows color (decimal): -5863035 or 8751526. OLE color: 8751526.
HSL color Cylindrical-coordinate representation of color #A68985: hue angle of 7.27º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68985 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 133 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.35 |
| HSL | 7.27º | 0.16% | 0.59% | - |
| HSV(B) | 7.27º | 0.2% | 0.65% | - |
| XYZ | 28.91 | 27.69 | 26.01 | - |
| YUV | 145.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 133 | 0 | 0.17 | 0.20 | 0.35 | 7.27 | 0.16 | 0.59 |
| Hex | A6 | 89 | 85 | 0 | 11 | 14 | 23 | 7 | 10 | 3B |
| Octal | 246 | 211 | 205 | 0 | 21 | 24 | 43 | 7 | 20 | 73 |
| Binary | 10100110 | 10001001 | 10000101 | 0 | 10001 | 10100 | 100011 | 111 | 10000 | 111011 |
Color Harmonies of #A68985
Complementary color
Monochromatic Colors of #A68985
Black with #A68985
Text Example
Text Example
White with #A68985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68985; }
p { color: rgb(166,137,133); }
H1.HeaderClassName
{
color: #A68985;
}
.AnyTagClassName
{
color: #A68985;
}
</style>
background-color css
<style>
a { background-color: #A68985; }
a { background-color: rgb(166,137,133); }
div.DivClassName
{
background-color: #A68985;
}
.BgClassName
{
background-color: #A68985;
}
</style>
border-color css
<style>
span { border-color: #A68985; }
span { border-color: rgb(166,137,133); }
td.TdClassName
{
border-color: #A68985;
}
.TagClassName
{
border-color: #A68985;
}
</style>