Shades of Teak #AD885D
Tints of Teak #AD885D
RGB
CMYK
RGB Variations
Color information
#AD885D (or 0xAD885D) is known color: Teak. HEX triplet: AD, 88 and 5D. RGB value is (173,136,93). Sum of RGB (Red+Green+Blue) = 173+136+93=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD885D is #5277A2. Grayscale: #8E8E8E. Windows color (decimal): -5404579 or 6129837. OLE color: 6129837.
HSL color Cylindrical-coordinate representation of color #AD885D: hue angle of 32.25º 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 #AD885D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 93 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.32 |
| HSL | 32.25º | 0.33% | 0.52% | - |
| HSV(B) | 32.25º | 0.46% | 0.68% | - |
| XYZ | 28.01 | 27.28 | 14.15 | - |
| YUV | 142.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 93 | 0 | 0.21 | 0.46 | 0.32 | 32.25 | 0.33 | 0.52 |
| Hex | AD | 88 | 5D | 0 | 15 | 2E | 20 | 20 | 21 | 34 |
| Octal | 255 | 210 | 135 | 0 | 25 | 56 | 40 | 40 | 41 | 64 |
| Binary | 10101101 | 10001000 | 1011101 | 0 | 10101 | 101110 | 100000 | 100000 | 100001 | 110100 |
Color Harmonies of #AD885D
Complementary color
Monochromatic Colors of #AD885D
Black with #AD885D
Text Example
Text Example
White with #AD885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD885D; }
p { color: rgb(173,136,93); }
H1.HeaderClassName
{
color: #AD885D;
}
.AnyTagClassName
{
color: #AD885D;
}
</style>
background-color css
<style>
a { background-color: #AD885D; }
a { background-color: rgb(173,136,93); }
div.DivClassName
{
background-color: #AD885D;
}
.BgClassName
{
background-color: #AD885D;
}
</style>
border-color css
<style>
span { border-color: #AD885D; }
span { border-color: rgb(173,136,93); }
td.TdClassName
{
border-color: #AD885D;
}
.TagClassName
{
border-color: #AD885D;
}
</style>