Shades of Thatch #A69291
Tints of Thatch #A69291
RGB
CMYK
RGB Variations
Color information
#A69291 (or 0xA69291) is known color: Thatch. HEX triplet: A6, 92 and 91. RGB value is (166,146,145). Sum of RGB (Red+Green+Blue) = 166+146+145=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A69291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69291 is #596D6E. Grayscale: #979797. Windows color (decimal): -5860719 or 9540262. OLE color: 9540262.
HSL color Cylindrical-coordinate representation of color #A69291: hue angle of 2.86º 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 #A69291 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 145 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.35 |
| HSL | 2.86º | 0.11% | 0.61% | - |
| HSV(B) | 2.86º | 0.13% | 0.65% | - |
| XYZ | 31.12 | 30.71 | 31.08 | - |
| YUV | 151.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 145 | 0 | 0.12 | 0.13 | 0.35 | 2.86 | 0.11 | 0.61 |
| Hex | A6 | 92 | 91 | 0 | C | D | 23 | 3 | B | 3D |
| Octal | 246 | 222 | 221 | 0 | 14 | 15 | 43 | 3 | 13 | 75 |
| Binary | 10100110 | 10010010 | 10010001 | 0 | 1100 | 1101 | 100011 | 11 | 1011 | 111101 |
Color Harmonies of #A69291
Complementary color
Monochromatic Colors of #A69291
Black with #A69291
Text Example
Text Example
White with #A69291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69291; }
p { color: rgb(166,146,145); }
H1.HeaderClassName
{
color: #A69291;
}
.AnyTagClassName
{
color: #A69291;
}
</style>
background-color css
<style>
a { background-color: #A69291; }
a { background-color: rgb(166,146,145); }
div.DivClassName
{
background-color: #A69291;
}
.BgClassName
{
background-color: #A69291;
}
</style>
border-color css
<style>
span { border-color: #A69291; }
span { border-color: rgb(166,146,145); }
td.TdClassName
{
border-color: #A69291;
}
.TagClassName
{
border-color: #A69291;
}
</style>