Shades of Thatch #AD918A
Tints of Thatch #AD918A
RGB
CMYK
RGB Variations
Color information
#AD918A (or 0xAD918A) is known color: Thatch. HEX triplet: AD, 91 and 8A. RGB value is (173,145,138). Sum of RGB (Red+Green+Blue) = 173+145+138=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD918A is #526E75. Grayscale: #989898. Windows color (decimal): -5402230 or 9081261. OLE color: 9081261.
HSL color Cylindrical-coordinate representation of color #AD918A: hue angle of 12º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD918A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 138 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.32 |
| HSL | 12º | 0.18% | 0.61% | - |
| HSV(B) | 12º | 0.2% | 0.68% | - |
| XYZ | 31.95 | 30.97 | 28.34 | - |
| YUV | 152.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 138 | 0 | 0.16 | 0.20 | 0.32 | 12 | 0.18 | 0.61 |
| Hex | AD | 91 | 8A | 0 | 10 | 14 | 20 | C | 12 | 3D |
| Octal | 255 | 221 | 212 | 0 | 20 | 24 | 40 | 14 | 22 | 75 |
| Binary | 10101101 | 10010001 | 10001010 | 0 | 10000 | 10100 | 100000 | 1100 | 10010 | 111101 |
Color Harmonies of #AD918A
Complementary color
Monochromatic Colors of #AD918A
Black with #AD918A
Text Example
Text Example
White with #AD918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD918A; }
p { color: rgb(173,145,138); }
H1.HeaderClassName
{
color: #AD918A;
}
.AnyTagClassName
{
color: #AD918A;
}
</style>
background-color css
<style>
a { background-color: #AD918A; }
a { background-color: rgb(173,145,138); }
div.DivClassName
{
background-color: #AD918A;
}
.BgClassName
{
background-color: #AD918A;
}
</style>
border-color css
<style>
span { border-color: #AD918A; }
span { border-color: rgb(173,145,138); }
td.TdClassName
{
border-color: #AD918A;
}
.TagClassName
{
border-color: #AD918A;
}
</style>