Shades of Teak #AD885C
Tints of Teak #AD885C
RGB
CMYK
RGB Variations
Color information
#AD885C (or 0xAD885C) is known color: Teak. HEX triplet: AD, 88 and 5C. RGB value is (173,136,92). Sum of RGB (Red+Green+Blue) = 173+136+92=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD885C is #5277A3. Grayscale: #8E8E8E. Windows color (decimal): -5404580 or 6064301. OLE color: 6064301.
HSL color Cylindrical-coordinate representation of color #AD885C: hue angle of 32.59º 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 #AD885C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 92 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.32 |
| HSL | 32.59º | 0.33% | 0.52% | - |
| HSV(B) | 32.59º | 0.47% | 0.68% | - |
| XYZ | 27.97 | 27.27 | 13.91 | - |
| YUV | 142.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 92 | 0 | 0.21 | 0.47 | 0.32 | 32.59 | 0.33 | 0.52 |
| Hex | AD | 88 | 5C | 0 | 15 | 2F | 20 | 21 | 21 | 34 |
| Octal | 255 | 210 | 134 | 0 | 25 | 57 | 40 | 41 | 41 | 64 |
| Binary | 10101101 | 10001000 | 1011100 | 0 | 10101 | 101111 | 100000 | 100001 | 100001 | 110100 |
Color Harmonies of #AD885C
Complementary color
Monochromatic Colors of #AD885C
Black with #AD885C
Text Example
Text Example
White with #AD885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD885C; }
p { color: rgb(173,136,92); }
H1.HeaderClassName
{
color: #AD885C;
}
.AnyTagClassName
{
color: #AD885C;
}
</style>
background-color css
<style>
a { background-color: #AD885C; }
a { background-color: rgb(173,136,92); }
div.DivClassName
{
background-color: #AD885C;
}
.BgClassName
{
background-color: #AD885C;
}
</style>
border-color css
<style>
span { border-color: #AD885C; }
span { border-color: rgb(173,136,92); }
td.TdClassName
{
border-color: #AD885C;
}
.TagClassName
{
border-color: #AD885C;
}
</style>