Shades of Thatch #AD908F
Tints of Thatch #AD908F
RGB
CMYK
RGB Variations
Color information
#AD908F (or 0xAD908F) is known color: Thatch. HEX triplet: AD, 90 and 8F. RGB value is (173,144,143). Sum of RGB (Red+Green+Blue) = 173+144+143=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD908F is #526F70. Grayscale: #989898. Windows color (decimal): -5402481 or 9408685. OLE color: 9408685.
HSL color Cylindrical-coordinate representation of color #AD908F: hue angle of 2º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD908F is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 143 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.32 |
| HSL | 2º | 0.15% | 0.62% | - |
| HSV(B) | 2º | 0.17% | 0.68% | - |
| XYZ | 32.16 | 30.81 | 30.24 | - |
| YUV | 152.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 143 | 0 | 0.17 | 0.17 | 0.32 | 2 | 0.15 | 0.62 |
| Hex | AD | 90 | 8F | 0 | 11 | 11 | 20 | 2 | F | 3E |
| Octal | 255 | 220 | 217 | 0 | 21 | 21 | 40 | 2 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10001111 | 0 | 10001 | 10001 | 100000 | 10 | 1111 | 111110 |
Color Harmonies of #AD908F
Complementary color
Monochromatic Colors of #AD908F
Black with #AD908F
Text Example
Text Example
White with #AD908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD908F; }
p { color: rgb(173,144,143); }
H1.HeaderClassName
{
color: #AD908F;
}
.AnyTagClassName
{
color: #AD908F;
}
</style>
background-color css
<style>
a { background-color: #AD908F; }
a { background-color: rgb(173,144,143); }
div.DivClassName
{
background-color: #AD908F;
}
.BgClassName
{
background-color: #AD908F;
}
</style>
border-color css
<style>
span { border-color: #AD908F; }
span { border-color: rgb(173,144,143); }
td.TdClassName
{
border-color: #AD908F;
}
.TagClassName
{
border-color: #AD908F;
}
</style>