Shades of Teak #AD8652
Tints of Teak #AD8652
RGB
CMYK
RGB Variations
Color information
#AD8652 (or 0xAD8652) is known color: Teak. HEX triplet: AD, 86 and 52. RGB value is (173,134,82). Sum of RGB (Red+Green+Blue) = 173+134+82=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8652 is #5279AD. Grayscale: #8B8B8B. Windows color (decimal): -5405102 or 5408429. OLE color: 5408429.
HSL color Cylindrical-coordinate representation of color #AD8652: hue angle of 34.29º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD8652 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 82 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.32 |
| HSL | 34.29º | 0.36% | 0.5% | - |
| HSV(B) | 34.29º | 0.53% | 0.68% | - |
| XYZ | 27.28 | 26.54 | 11.67 | - |
| YUV | 139.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 82 | 0 | 0.23 | 0.53 | 0.32 | 34.29 | 0.36 | 0.5 |
| Hex | AD | 86 | 52 | 0 | 17 | 35 | 20 | 22 | 24 | 32 |
| Octal | 255 | 206 | 122 | 0 | 27 | 65 | 40 | 42 | 44 | 62 |
| Binary | 10101101 | 10000110 | 1010010 | 0 | 10111 | 110101 | 100000 | 100010 | 100100 | 110010 |
Color Harmonies of #AD8652
Complementary color
Monochromatic Colors of #AD8652
Black with #AD8652
Text Example
Text Example
White with #AD8652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8652; }
p { color: rgb(173,134,82); }
H1.HeaderClassName
{
color: #AD8652;
}
.AnyTagClassName
{
color: #AD8652;
}
</style>
background-color css
<style>
a { background-color: #AD8652; }
a { background-color: rgb(173,134,82); }
div.DivClassName
{
background-color: #AD8652;
}
.BgClassName
{
background-color: #AD8652;
}
</style>
border-color css
<style>
span { border-color: #AD8652; }
span { border-color: rgb(173,134,82); }
td.TdClassName
{
border-color: #AD8652;
}
.TagClassName
{
border-color: #AD8652;
}
</style>