Shades of Teak #AD865C
Tints of Teak #AD865C
RGB
CMYK
RGB Variations
Color information
#AD865C (or 0xAD865C) is known color: Teak. HEX triplet: AD, 86 and 5C. RGB value is (173,134,92). Sum of RGB (Red+Green+Blue) = 173+134+92=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD865C is #5279A3. Grayscale: #8D8D8D. Windows color (decimal): -5405092 or 6063789. OLE color: 6063789.
HSL color Cylindrical-coordinate representation of color #AD865C: hue angle of 31.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD865C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 92 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.32 |
| HSL | 31.11º | 0.33% | 0.52% | - |
| HSV(B) | 31.11º | 0.47% | 0.68% | - |
| XYZ | 27.69 | 26.71 | 13.82 | - |
| YUV | 140.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 92 | 0 | 0.23 | 0.47 | 0.32 | 31.11 | 0.33 | 0.52 |
| Hex | AD | 86 | 5C | 0 | 17 | 2F | 20 | 1F | 21 | 34 |
| Octal | 255 | 206 | 134 | 0 | 27 | 57 | 40 | 37 | 41 | 64 |
| Binary | 10101101 | 10000110 | 1011100 | 0 | 10111 | 101111 | 100000 | 11111 | 100001 | 110100 |
Color Harmonies of #AD865C
Complementary color
Monochromatic Colors of #AD865C
Black with #AD865C
Text Example
Text Example
White with #AD865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD865C; }
p { color: rgb(173,134,92); }
H1.HeaderClassName
{
color: #AD865C;
}
.AnyTagClassName
{
color: #AD865C;
}
</style>
background-color css
<style>
a { background-color: #AD865C; }
a { background-color: rgb(173,134,92); }
div.DivClassName
{
background-color: #AD865C;
}
.BgClassName
{
background-color: #AD865C;
}
</style>
border-color css
<style>
span { border-color: #AD865C; }
span { border-color: rgb(173,134,92); }
td.TdClassName
{
border-color: #AD865C;
}
.TagClassName
{
border-color: #AD865C;
}
</style>