Shades of Teak #AD8458
Tints of Teak #AD8458
RGB
CMYK
RGB Variations
Color information
#AD8458 (or 0xAD8458) is known color: Teak. HEX triplet: AD, 84 and 58. RGB value is (173,132,88). Sum of RGB (Red+Green+Blue) = 173+132+88=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8458 is #527BA7. Grayscale: #8B8B8B. Windows color (decimal): -5405608 or 5801133. OLE color: 5801133.
HSL color Cylindrical-coordinate representation of color #AD8458: hue angle of 31.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8458 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 88 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.32 |
| HSL | 31.06º | 0.34% | 0.51% | - |
| HSV(B) | 31.06º | 0.49% | 0.68% | - |
| XYZ | 27.25 | 26.09 | 12.83 | - |
| YUV | 139.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 88 | 0 | 0.24 | 0.49 | 0.32 | 31.06 | 0.34 | 0.51 |
| Hex | AD | 84 | 58 | 0 | 18 | 31 | 20 | 1F | 22 | 33 |
| Octal | 255 | 204 | 130 | 0 | 30 | 61 | 40 | 37 | 42 | 63 |
| Binary | 10101101 | 10000100 | 1011000 | 0 | 11000 | 110001 | 100000 | 11111 | 100010 | 110011 |
Color Harmonies of #AD8458
Complementary color
Monochromatic Colors of #AD8458
Black with #AD8458
Text Example
Text Example
White with #AD8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8458; }
p { color: rgb(173,132,88); }
H1.HeaderClassName
{
color: #AD8458;
}
.AnyTagClassName
{
color: #AD8458;
}
</style>
background-color css
<style>
a { background-color: #AD8458; }
a { background-color: rgb(173,132,88); }
div.DivClassName
{
background-color: #AD8458;
}
.BgClassName
{
background-color: #AD8458;
}
</style>
border-color css
<style>
span { border-color: #AD8458; }
span { border-color: rgb(173,132,88); }
td.TdClassName
{
border-color: #AD8458;
}
.TagClassName
{
border-color: #AD8458;
}
</style>