Shades of Thatch #AD928A
Tints of Thatch #AD928A
RGB
CMYK
RGB Variations
Color information
#AD928A (or 0xAD928A) is known color: Thatch. HEX triplet: AD, 92 and 8A. RGB value is (173,146,138). Sum of RGB (Red+Green+Blue) = 173+146+138=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928A is #526D75. Grayscale: #999999. Windows color (decimal): -5401974 or 9081517. OLE color: 9081517.
HSL color Cylindrical-coordinate representation of color #AD928A: hue angle of 13.71º 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 #AD928A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 138 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.32 |
| HSL | 13.71º | 0.18% | 0.61% | - |
| HSV(B) | 13.71º | 0.2% | 0.68% | - |
| XYZ | 32.1 | 31.28 | 28.39 | - |
| YUV | 153.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 138 | 0 | 0.16 | 0.20 | 0.32 | 13.71 | 0.18 | 0.61 |
| Hex | AD | 92 | 8A | 0 | 10 | 14 | 20 | E | 12 | 3D |
| Octal | 255 | 222 | 212 | 0 | 20 | 24 | 40 | 16 | 22 | 75 |
| Binary | 10101101 | 10010010 | 10001010 | 0 | 10000 | 10100 | 100000 | 1110 | 10010 | 111101 |
Color Harmonies of #AD928A
Complementary color
Monochromatic Colors of #AD928A
Black with #AD928A
Text Example
Text Example
White with #AD928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD928A; }
p { color: rgb(173,146,138); }
H1.HeaderClassName
{
color: #AD928A;
}
.AnyTagClassName
{
color: #AD928A;
}
</style>
background-color css
<style>
a { background-color: #AD928A; }
a { background-color: rgb(173,146,138); }
div.DivClassName
{
background-color: #AD928A;
}
.BgClassName
{
background-color: #AD928A;
}
</style>
border-color css
<style>
span { border-color: #AD928A; }
span { border-color: rgb(173,146,138); }
td.TdClassName
{
border-color: #AD928A;
}
.TagClassName
{
border-color: #AD928A;
}
</style>