Shades of Teak #AD875D
Tints of Teak #AD875D
RGB
CMYK
RGB Variations
Color information
#AD875D (or 0xAD875D) is known color: Teak. HEX triplet: AD, 87 and 5D. RGB value is (173,135,93). Sum of RGB (Red+Green+Blue) = 173+135+93=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875D is #5278A2. Grayscale: #8D8D8D. Windows color (decimal): -5404835 or 6129581. OLE color: 6129581.
HSL color Cylindrical-coordinate representation of color #AD875D: hue angle of 31.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD875D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 93 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.32 |
| HSL | 31.5º | 0.33% | 0.52% | - |
| HSV(B) | 31.5º | 0.46% | 0.68% | - |
| XYZ | 27.87 | 27 | 14.1 | - |
| YUV | 141.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 93 | 0 | 0.22 | 0.46 | 0.32 | 31.5 | 0.33 | 0.52 |
| Hex | AD | 87 | 5D | 0 | 16 | 2E | 20 | 1F | 21 | 34 |
| Octal | 255 | 207 | 135 | 0 | 26 | 56 | 40 | 37 | 41 | 64 |
| Binary | 10101101 | 10000111 | 1011101 | 0 | 10110 | 101110 | 100000 | 11111 | 100001 | 110100 |
Color Harmonies of #AD875D
Complementary color
Monochromatic Colors of #AD875D
Black with #AD875D
Text Example
Text Example
White with #AD875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD875D; }
p { color: rgb(173,135,93); }
H1.HeaderClassName
{
color: #AD875D;
}
.AnyTagClassName
{
color: #AD875D;
}
</style>
background-color css
<style>
a { background-color: #AD875D; }
a { background-color: rgb(173,135,93); }
div.DivClassName
{
background-color: #AD875D;
}
.BgClassName
{
background-color: #AD875D;
}
</style>
border-color css
<style>
span { border-color: #AD875D; }
span { border-color: rgb(173,135,93); }
td.TdClassName
{
border-color: #AD875D;
}
.TagClassName
{
border-color: #AD875D;
}
</style>