Shades of Thatch #A88985
Tints of Thatch #A88985
RGB
CMYK
RGB Variations
Color information
#A88985 (or 0xA88985) is known color: Thatch. HEX triplet: A8, 89 and 85. RGB value is (168,137,133). Sum of RGB (Red+Green+Blue) = 168+137+133=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A88985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88985 is #57767A. Grayscale: #919191. Windows color (decimal): -5731963 or 8751528. OLE color: 8751528.
HSL color Cylindrical-coordinate representation of color #A88985: hue angle of 6.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88985 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 133 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.34 |
| HSL | 6.86º | 0.17% | 0.59% | - |
| HSV(B) | 6.86º | 0.21% | 0.66% | - |
| XYZ | 29.33 | 27.91 | 26.03 | - |
| YUV | 145.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 133 | 0 | 0.18 | 0.21 | 0.34 | 6.86 | 0.17 | 0.59 |
| Hex | A8 | 89 | 85 | 0 | 12 | 15 | 22 | 7 | 11 | 3B |
| Octal | 250 | 211 | 205 | 0 | 22 | 25 | 42 | 7 | 21 | 73 |
| Binary | 10101000 | 10001001 | 10000101 | 0 | 10010 | 10101 | 100010 | 111 | 10001 | 111011 |
Color Harmonies of #A88985
Complementary color
Monochromatic Colors of #A88985
Black with #A88985
Text Example
Text Example
White with #A88985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88985; }
p { color: rgb(168,137,133); }
H1.HeaderClassName
{
color: #A88985;
}
.AnyTagClassName
{
color: #A88985;
}
</style>
background-color css
<style>
a { background-color: #A88985; }
a { background-color: rgb(168,137,133); }
div.DivClassName
{
background-color: #A88985;
}
.BgClassName
{
background-color: #A88985;
}
</style>
border-color css
<style>
span { border-color: #A88985; }
span { border-color: rgb(168,137,133); }
td.TdClassName
{
border-color: #A88985;
}
.TagClassName
{
border-color: #A88985;
}
</style>