Shades of Thatch #AD8F88
Tints of Thatch #AD8F88
RGB
CMYK
RGB Variations
Color information
#AD8F88 (or 0xAD8F88) is known color: Thatch. HEX triplet: AD, 8F and 88. RGB value is (173,143,136). Sum of RGB (Red+Green+Blue) = 173+143+136=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F88 is #527077. Grayscale: #979797. Windows color (decimal): -5402744 or 8949677. OLE color: 8949677.
HSL color Cylindrical-coordinate representation of color #AD8F88: hue angle of 11.35º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8F88 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 136 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.32 |
| HSL | 11.35º | 0.18% | 0.61% | - |
| HSV(B) | 11.35º | 0.21% | 0.68% | - |
| XYZ | 31.5 | 30.31 | 27.48 | - |
| YUV | 151.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 136 | 0 | 0.17 | 0.21 | 0.32 | 11.35 | 0.18 | 0.61 |
| Hex | AD | 8F | 88 | 0 | 11 | 15 | 20 | B | 12 | 3D |
| Octal | 255 | 217 | 210 | 0 | 21 | 25 | 40 | 13 | 22 | 75 |
| Binary | 10101101 | 10001111 | 10001000 | 0 | 10001 | 10101 | 100000 | 1011 | 10010 | 111101 |
Color Harmonies of #AD8F88
Complementary color
Monochromatic Colors of #AD8F88
Black with #AD8F88
Text Example
Text Example
White with #AD8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F88; }
p { color: rgb(173,143,136); }
H1.HeaderClassName
{
color: #AD8F88;
}
.AnyTagClassName
{
color: #AD8F88;
}
</style>
background-color css
<style>
a { background-color: #AD8F88; }
a { background-color: rgb(173,143,136); }
div.DivClassName
{
background-color: #AD8F88;
}
.BgClassName
{
background-color: #AD8F88;
}
</style>
border-color css
<style>
span { border-color: #AD8F88; }
span { border-color: rgb(173,143,136); }
td.TdClassName
{
border-color: #AD8F88;
}
.TagClassName
{
border-color: #AD8F88;
}
</style>