Shades of Teak #AD865A
Tints of Teak #AD865A
RGB
CMYK
RGB Variations
Color information
#AD865A (or 0xAD865A) is known color: Teak. HEX triplet: AD, 86 and 5A. RGB value is (173,134,90). Sum of RGB (Red+Green+Blue) = 173+134+90=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD865A is #5279A5. Grayscale: #8C8C8C. Windows color (decimal): -5405094 or 5932717. OLE color: 5932717.
HSL color Cylindrical-coordinate representation of color #AD865A: hue angle of 31.81º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD865A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 90 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.32 |
| HSL | 31.81º | 0.34% | 0.52% | - |
| HSV(B) | 31.81º | 0.48% | 0.68% | - |
| XYZ | 27.6 | 26.67 | 13.37 | - |
| YUV | 140.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 90 | 0 | 0.23 | 0.48 | 0.32 | 31.81 | 0.34 | 0.52 |
| Hex | AD | 86 | 5A | 0 | 17 | 30 | 20 | 20 | 22 | 34 |
| Octal | 255 | 206 | 132 | 0 | 27 | 60 | 40 | 40 | 42 | 64 |
| Binary | 10101101 | 10000110 | 1011010 | 0 | 10111 | 110000 | 100000 | 100000 | 100010 | 110100 |
Color Harmonies of #AD865A
Complementary color
Monochromatic Colors of #AD865A
Black with #AD865A
Text Example
Text Example
White with #AD865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD865A; }
p { color: rgb(173,134,90); }
H1.HeaderClassName
{
color: #AD865A;
}
.AnyTagClassName
{
color: #AD865A;
}
</style>
background-color css
<style>
a { background-color: #AD865A; }
a { background-color: rgb(173,134,90); }
div.DivClassName
{
background-color: #AD865A;
}
.BgClassName
{
background-color: #AD865A;
}
</style>
border-color css
<style>
span { border-color: #AD865A; }
span { border-color: rgb(173,134,90); }
td.TdClassName
{
border-color: #AD865A;
}
.TagClassName
{
border-color: #AD865A;
}
</style>