Shades of Teak #AD8B5B
Tints of Teak #AD8B5B
RGB
CMYK
RGB Variations
Color information
#AD8B5B (or 0xAD8B5B) is known color: Teak. HEX triplet: AD, 8B and 5B. RGB value is (173,139,91). Sum of RGB (Red+Green+Blue) = 173+139+91=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B5B is #5274A4. Grayscale: #8F8F8F. Windows color (decimal): -5403813 or 5999533. OLE color: 5999533.
HSL color Cylindrical-coordinate representation of color #AD8B5B: hue angle of 35.12º 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 #AD8B5B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 91 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.32 |
| HSL | 35.12º | 0.33% | 0.52% | - |
| HSV(B) | 35.12º | 0.47% | 0.68% | - |
| XYZ | 28.35 | 28.1 | 13.83 | - |
| YUV | 143.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 91 | 0 | 0.20 | 0.47 | 0.32 | 35.12 | 0.33 | 0.52 |
| Hex | AD | 8B | 5B | 0 | 14 | 2F | 20 | 23 | 21 | 34 |
| Octal | 255 | 213 | 133 | 0 | 24 | 57 | 40 | 43 | 41 | 64 |
| Binary | 10101101 | 10001011 | 1011011 | 0 | 10100 | 101111 | 100000 | 100011 | 100001 | 110100 |
Color Harmonies of #AD8B5B
Complementary color
Monochromatic Colors of #AD8B5B
Black with #AD8B5B
Text Example
Text Example
White with #AD8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B5B; }
p { color: rgb(173,139,91); }
H1.HeaderClassName
{
color: #AD8B5B;
}
.AnyTagClassName
{
color: #AD8B5B;
}
</style>
background-color css
<style>
a { background-color: #AD8B5B; }
a { background-color: rgb(173,139,91); }
div.DivClassName
{
background-color: #AD8B5B;
}
.BgClassName
{
background-color: #AD8B5B;
}
</style>
border-color css
<style>
span { border-color: #AD8B5B; }
span { border-color: rgb(173,139,91); }
td.TdClassName
{
border-color: #AD8B5B;
}
.TagClassName
{
border-color: #AD8B5B;
}
</style>