Shades of Thatch #A89693
Tints of Thatch #A89693
RGB
CMYK
RGB Variations
Color information
#A89693 (or 0xA89693) is known color: Thatch. HEX triplet: A8, 96 and 93. RGB value is (168,150,147). Sum of RGB (Red+Green+Blue) = 168+150+147=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A89693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89693 is #57696C. Grayscale: #9B9B9B. Windows color (decimal): -5728621 or 9672360. OLE color: 9672360.
HSL color Cylindrical-coordinate representation of color #A89693: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89693 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 147 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.34 |
| HSL | 8.57º | 0.11% | 0.62% | - |
| HSV(B) | 8.57º | 0.13% | 0.66% | - |
| XYZ | 32.32 | 32.24 | 32.12 | - |
| YUV | 155.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 147 | 0 | 0.11 | 0.13 | 0.34 | 8.57 | 0.11 | 0.62 |
| Hex | A8 | 96 | 93 | 0 | B | D | 22 | 9 | B | 3E |
| Octal | 250 | 226 | 223 | 0 | 13 | 15 | 42 | 11 | 13 | 76 |
| Binary | 10101000 | 10010110 | 10010011 | 0 | 1011 | 1101 | 100010 | 1001 | 1011 | 111110 |
Color Harmonies of #A89693
Complementary color
Monochromatic Colors of #A89693
Black with #A89693
Text Example
Text Example
White with #A89693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89693; }
p { color: rgb(168,150,147); }
H1.HeaderClassName
{
color: #A89693;
}
.AnyTagClassName
{
color: #A89693;
}
</style>
background-color css
<style>
a { background-color: #A89693; }
a { background-color: rgb(168,150,147); }
div.DivClassName
{
background-color: #A89693;
}
.BgClassName
{
background-color: #A89693;
}
</style>
border-color css
<style>
span { border-color: #A89693; }
span { border-color: rgb(168,150,147); }
td.TdClassName
{
border-color: #A89693;
}
.TagClassName
{
border-color: #A89693;
}
</style>