Shades of Thatch #AD948C
Tints of Thatch #AD948C
RGB
CMYK
RGB Variations
Color information
#AD948C (or 0xAD948C) is known color: Thatch. HEX triplet: AD, 94 and 8C. RGB value is (173,148,140). Sum of RGB (Red+Green+Blue) = 173+148+140=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD948C is #526B73. Grayscale: #9A9A9A. Windows color (decimal): -5401460 or 9213101. OLE color: 9213101.
HSL color Cylindrical-coordinate representation of color #AD948C: hue angle of 14.55º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD948C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 140 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.32 |
| HSL | 14.55º | 0.17% | 0.61% | - |
| HSV(B) | 14.55º | 0.19% | 0.68% | - |
| XYZ | 32.56 | 31.96 | 29.26 | - |
| YUV | 154.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 140 | 0 | 0.14 | 0.19 | 0.32 | 14.55 | 0.17 | 0.61 |
| Hex | AD | 94 | 8C | 0 | E | 13 | 20 | F | 11 | 3D |
| Octal | 255 | 224 | 214 | 0 | 16 | 23 | 40 | 17 | 21 | 75 |
| Binary | 10101101 | 10010100 | 10001100 | 0 | 1110 | 10011 | 100000 | 1111 | 10001 | 111101 |
Color Harmonies of #AD948C
Complementary color
Monochromatic Colors of #AD948C
Black with #AD948C
Text Example
Text Example
White with #AD948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD948C; }
p { color: rgb(173,148,140); }
H1.HeaderClassName
{
color: #AD948C;
}
.AnyTagClassName
{
color: #AD948C;
}
</style>
background-color css
<style>
a { background-color: #AD948C; }
a { background-color: rgb(173,148,140); }
div.DivClassName
{
background-color: #AD948C;
}
.BgClassName
{
background-color: #AD948C;
}
</style>
border-color css
<style>
span { border-color: #AD948C; }
span { border-color: rgb(173,148,140); }
td.TdClassName
{
border-color: #AD948C;
}
.TagClassName
{
border-color: #AD948C;
}
</style>