Shades of Thatch #A69893
Tints of Thatch #A69893
RGB
CMYK
RGB Variations
Color information
#A69893 (or 0xA69893) is known color: Thatch. HEX triplet: A6, 98 and 93. RGB value is (166,152,147). Sum of RGB (Red+Green+Blue) = 166+152+147=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69893 is #59676C. Grayscale: #9B9B9B. Windows color (decimal): -5859181 or 9672870. OLE color: 9672870.
HSL color Cylindrical-coordinate representation of color #A69893: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69893 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 147 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.35 |
| HSL | 15.79º | 0.1% | 0.61% | - |
| HSV(B) | 15.79º | 0.11% | 0.65% | - |
| XYZ | 32.22 | 32.67 | 32.21 | - |
| YUV | 155.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 147 | 0 | 0.08 | 0.11 | 0.35 | 15.79 | 0.1 | 0.61 |
| Hex | A6 | 98 | 93 | 0 | 8 | B | 23 | 10 | A | 3D |
| Octal | 246 | 230 | 223 | 0 | 10 | 13 | 43 | 20 | 12 | 75 |
| Binary | 10100110 | 10011000 | 10010011 | 0 | 1000 | 1011 | 100011 | 10000 | 1010 | 111101 |
Color Harmonies of #A69893
Complementary color
Monochromatic Colors of #A69893
Black with #A69893
Text Example
Text Example
White with #A69893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69893; }
p { color: rgb(166,152,147); }
H1.HeaderClassName
{
color: #A69893;
}
.AnyTagClassName
{
color: #A69893;
}
</style>
background-color css
<style>
a { background-color: #A69893; }
a { background-color: rgb(166,152,147); }
div.DivClassName
{
background-color: #A69893;
}
.BgClassName
{
background-color: #A69893;
}
</style>
border-color css
<style>
span { border-color: #A69893; }
span { border-color: rgb(166,152,147); }
td.TdClassName
{
border-color: #A69893;
}
.TagClassName
{
border-color: #A69893;
}
</style>