Shades of Teak #AD8457
Tints of Teak #AD8457
RGB
CMYK
RGB Variations
Color information
#AD8457 (or 0xAD8457) is known color: Teak. HEX triplet: AD, 84 and 57. RGB value is (173,132,87). Sum of RGB (Red+Green+Blue) = 173+132+87=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8457 is #527BA8. Grayscale: #8B8B8B. Windows color (decimal): -5405609 or 5735597. OLE color: 5735597.
HSL color Cylindrical-coordinate representation of color #AD8457: hue angle of 31.4º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8457 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 87 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.32 |
| HSL | 31.4º | 0.34% | 0.51% | - |
| HSV(B) | 31.4º | 0.5% | 0.68% | - |
| XYZ | 27.21 | 26.07 | 12.62 | - |
| YUV | 139.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 87 | 0 | 0.24 | 0.50 | 0.32 | 31.4 | 0.34 | 0.51 |
| Hex | AD | 84 | 57 | 0 | 18 | 32 | 20 | 1F | 22 | 33 |
| Octal | 255 | 204 | 127 | 0 | 30 | 62 | 40 | 37 | 42 | 63 |
| Binary | 10101101 | 10000100 | 1010111 | 0 | 11000 | 110010 | 100000 | 11111 | 100010 | 110011 |
Color Harmonies of #AD8457
Complementary color
Monochromatic Colors of #AD8457
Black with #AD8457
Text Example
Text Example
White with #AD8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8457; }
p { color: rgb(173,132,87); }
H1.HeaderClassName
{
color: #AD8457;
}
.AnyTagClassName
{
color: #AD8457;
}
</style>
background-color css
<style>
a { background-color: #AD8457; }
a { background-color: rgb(173,132,87); }
div.DivClassName
{
background-color: #AD8457;
}
.BgClassName
{
background-color: #AD8457;
}
</style>
border-color css
<style>
span { border-color: #AD8457; }
span { border-color: rgb(173,132,87); }
td.TdClassName
{
border-color: #AD8457;
}
.TagClassName
{
border-color: #AD8457;
}
</style>