Shades of Thatch #AD8A88
Tints of Thatch #AD8A88
RGB
CMYK
RGB Variations
Color information
#AD8A88 (or 0xAD8A88) is known color: Thatch. HEX triplet: AD, 8A and 88. RGB value is (173,138,136). Sum of RGB (Red+Green+Blue) = 173+138+136=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A88 is #527577. Grayscale: #949494. Windows color (decimal): -5404024 or 8948397. OLE color: 8948397.
HSL color Cylindrical-coordinate representation of color #AD8A88: hue angle of 3.24º 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 #AD8A88 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 136 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.32 |
| HSL | 3.24º | 0.18% | 0.61% | - |
| HSV(B) | 3.24º | 0.21% | 0.68% | - |
| XYZ | 30.77 | 28.84 | 27.24 | - |
| YUV | 148.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 136 | 0 | 0.20 | 0.21 | 0.32 | 3.24 | 0.18 | 0.61 |
| Hex | AD | 8A | 88 | 0 | 14 | 15 | 20 | 3 | 12 | 3D |
| Octal | 255 | 212 | 210 | 0 | 24 | 25 | 40 | 3 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10001000 | 0 | 10100 | 10101 | 100000 | 11 | 10010 | 111101 |
Color Harmonies of #AD8A88
Complementary color
Monochromatic Colors of #AD8A88
Black with #AD8A88
Text Example
Text Example
White with #AD8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A88; }
p { color: rgb(173,138,136); }
H1.HeaderClassName
{
color: #AD8A88;
}
.AnyTagClassName
{
color: #AD8A88;
}
</style>
background-color css
<style>
a { background-color: #AD8A88; }
a { background-color: rgb(173,138,136); }
div.DivClassName
{
background-color: #AD8A88;
}
.BgClassName
{
background-color: #AD8A88;
}
</style>
border-color css
<style>
span { border-color: #AD8A88; }
span { border-color: rgb(173,138,136); }
td.TdClassName
{
border-color: #AD8A88;
}
.TagClassName
{
border-color: #AD8A88;
}
</style>