Shades of Thatch #AD8A85
Tints of Thatch #AD8A85
RGB
CMYK
RGB Variations
Color information
#AD8A85 (or 0xAD8A85) is known color: Thatch. HEX triplet: AD, 8A and 85. RGB value is (173,138,133). Sum of RGB (Red+Green+Blue) = 173+138+133=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A85 is #52757A. Grayscale: #939393. Windows color (decimal): -5404027 or 8751789. OLE color: 8751789.
HSL color Cylindrical-coordinate representation of color #AD8A85: hue angle of 7.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8A85 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 133 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.32 |
| HSL | 7.5º | 0.2% | 0.6% | - |
| HSV(B) | 7.5º | 0.23% | 0.68% | - |
| XYZ | 30.56 | 28.75 | 26.13 | - |
| YUV | 147.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 133 | 0 | 0.20 | 0.23 | 0.32 | 7.5 | 0.2 | 0.6 |
| Hex | AD | 8A | 85 | 0 | 14 | 17 | 20 | 8 | 14 | 3C |
| Octal | 255 | 212 | 205 | 0 | 24 | 27 | 40 | 10 | 24 | 74 |
| Binary | 10101101 | 10001010 | 10000101 | 0 | 10100 | 10111 | 100000 | 1000 | 10100 | 111100 |
Color Harmonies of #AD8A85
Complementary color
Monochromatic Colors of #AD8A85
Black with #AD8A85
Text Example
Text Example
White with #AD8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A85; }
p { color: rgb(173,138,133); }
H1.HeaderClassName
{
color: #AD8A85;
}
.AnyTagClassName
{
color: #AD8A85;
}
</style>
background-color css
<style>
a { background-color: #AD8A85; }
a { background-color: rgb(173,138,133); }
div.DivClassName
{
background-color: #AD8A85;
}
.BgClassName
{
background-color: #AD8A85;
}
</style>
border-color css
<style>
span { border-color: #AD8A85; }
span { border-color: rgb(173,138,133); }
td.TdClassName
{
border-color: #AD8A85;
}
.TagClassName
{
border-color: #AD8A85;
}
</style>