Shades of Teak #AD8B5C
Tints of Teak #AD8B5C
RGB
CMYK
RGB Variations
Color information
#AD8B5C (or 0xAD8B5C) is known color: Teak. HEX triplet: AD, 8B and 5C. RGB value is (173,139,92). Sum of RGB (Red+Green+Blue) = 173+139+92=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B5C is #5274A3. Grayscale: #909090. Windows color (decimal): -5403812 or 6065069. OLE color: 6065069.
HSL color Cylindrical-coordinate representation of color #AD8B5C: hue angle of 34.81º 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 #AD8B5C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 92 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.32 |
| HSL | 34.81º | 0.33% | 0.52% | - |
| HSV(B) | 34.81º | 0.47% | 0.68% | - |
| XYZ | 28.4 | 28.12 | 14.06 | - |
| YUV | 143.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 92 | 0 | 0.20 | 0.47 | 0.32 | 34.81 | 0.33 | 0.52 |
| Hex | AD | 8B | 5C | 0 | 14 | 2F | 20 | 23 | 21 | 34 |
| Octal | 255 | 213 | 134 | 0 | 24 | 57 | 40 | 43 | 41 | 64 |
| Binary | 10101101 | 10001011 | 1011100 | 0 | 10100 | 101111 | 100000 | 100011 | 100001 | 110100 |
Color Harmonies of #AD8B5C
Complementary color
Monochromatic Colors of #AD8B5C
Black with #AD8B5C
Text Example
Text Example
White with #AD8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B5C; }
p { color: rgb(173,139,92); }
H1.HeaderClassName
{
color: #AD8B5C;
}
.AnyTagClassName
{
color: #AD8B5C;
}
</style>
background-color css
<style>
a { background-color: #AD8B5C; }
a { background-color: rgb(173,139,92); }
div.DivClassName
{
background-color: #AD8B5C;
}
.BgClassName
{
background-color: #AD8B5C;
}
</style>
border-color css
<style>
span { border-color: #AD8B5C; }
span { border-color: rgb(173,139,92); }
td.TdClassName
{
border-color: #AD8B5C;
}
.TagClassName
{
border-color: #AD8B5C;
}
</style>