Shades of Teak #AD885A
Tints of Teak #AD885A
RGB
CMYK
RGB Variations
Color information
#AD885A (or 0xAD885A) is known color: Teak. HEX triplet: AD, 88 and 5A. RGB value is (173,136,90). Sum of RGB (Red+Green+Blue) = 173+136+90=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD885A is #5277A5. Grayscale: #8E8E8E. Windows color (decimal): -5404582 or 5933229. OLE color: 5933229.
HSL color Cylindrical-coordinate representation of color #AD885A: hue angle of 33.25º 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 #AD885A is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 90 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.32 |
| HSL | 33.25º | 0.34% | 0.52% | - |
| HSV(B) | 33.25º | 0.48% | 0.68% | - |
| XYZ | 27.88 | 27.23 | 13.46 | - |
| YUV | 141.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 90 | 0 | 0.21 | 0.48 | 0.32 | 33.25 | 0.34 | 0.52 |
| Hex | AD | 88 | 5A | 0 | 15 | 30 | 20 | 21 | 22 | 34 |
| Octal | 255 | 210 | 132 | 0 | 25 | 60 | 40 | 41 | 42 | 64 |
| Binary | 10101101 | 10001000 | 1011010 | 0 | 10101 | 110000 | 100000 | 100001 | 100010 | 110100 |
Color Harmonies of #AD885A
Complementary color
Monochromatic Colors of #AD885A
Black with #AD885A
Text Example
Text Example
White with #AD885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD885A; }
p { color: rgb(173,136,90); }
H1.HeaderClassName
{
color: #AD885A;
}
.AnyTagClassName
{
color: #AD885A;
}
</style>
background-color css
<style>
a { background-color: #AD885A; }
a { background-color: rgb(173,136,90); }
div.DivClassName
{
background-color: #AD885A;
}
.BgClassName
{
background-color: #AD885A;
}
</style>
border-color css
<style>
span { border-color: #AD885A; }
span { border-color: rgb(173,136,90); }
td.TdClassName
{
border-color: #AD885A;
}
.TagClassName
{
border-color: #AD885A;
}
</style>