Shades of Teak #AD865D
Tints of Teak #AD865D
RGB
CMYK
RGB Variations
Color information
#AD865D (or 0xAD865D) is known color: Teak. HEX triplet: AD, 86 and 5D. RGB value is (173,134,93). Sum of RGB (Red+Green+Blue) = 173+134+93=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD865D is #5279A2. Grayscale: #8D8D8D. Windows color (decimal): -5405091 or 6129325. OLE color: 6129325.
HSL color Cylindrical-coordinate representation of color #AD865D: hue angle of 30.75º 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 #AD865D is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 93 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.32 |
| HSL | 30.75º | 0.33% | 0.52% | - |
| HSV(B) | 30.75º | 0.46% | 0.68% | - |
| XYZ | 27.73 | 26.72 | 14.05 | - |
| YUV | 140.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 93 | 0 | 0.23 | 0.46 | 0.32 | 30.75 | 0.33 | 0.52 |
| Hex | AD | 86 | 5D | 0 | 17 | 2E | 20 | 1F | 21 | 34 |
| Octal | 255 | 206 | 135 | 0 | 27 | 56 | 40 | 37 | 41 | 64 |
| Binary | 10101101 | 10000110 | 1011101 | 0 | 10111 | 101110 | 100000 | 11111 | 100001 | 110100 |
Color Harmonies of #AD865D
Complementary color
Monochromatic Colors of #AD865D
Black with #AD865D
Text Example
Text Example
White with #AD865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD865D; }
p { color: rgb(173,134,93); }
H1.HeaderClassName
{
color: #AD865D;
}
.AnyTagClassName
{
color: #AD865D;
}
</style>
background-color css
<style>
a { background-color: #AD865D; }
a { background-color: rgb(173,134,93); }
div.DivClassName
{
background-color: #AD865D;
}
.BgClassName
{
background-color: #AD865D;
}
</style>
border-color css
<style>
span { border-color: #AD865D; }
span { border-color: rgb(173,134,93); }
td.TdClassName
{
border-color: #AD865D;
}
.TagClassName
{
border-color: #AD865D;
}
</style>