Shades of Teak #AD8754
Tints of Teak #AD8754
RGB
CMYK
RGB Variations
Color information
#AD8754 (or 0xAD8754) is known color: Teak. HEX triplet: AD, 87 and 54. RGB value is (173,135,84). Sum of RGB (Red+Green+Blue) = 173+135+84=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8754 is #5278AB. Grayscale: #8C8C8C. Windows color (decimal): -5404844 or 5539757. OLE color: 5539757.
HSL color Cylindrical-coordinate representation of color #AD8754: hue angle of 34.38º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8754 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 84 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.32 |
| HSL | 34.38º | 0.35% | 0.5% | - |
| HSV(B) | 34.38º | 0.51% | 0.68% | - |
| XYZ | 27.5 | 26.85 | 12.12 | - |
| YUV | 140.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 84 | 0 | 0.22 | 0.51 | 0.32 | 34.38 | 0.35 | 0.5 |
| Hex | AD | 87 | 54 | 0 | 16 | 33 | 20 | 22 | 23 | 32 |
| Octal | 255 | 207 | 124 | 0 | 26 | 63 | 40 | 42 | 43 | 62 |
| Binary | 10101101 | 10000111 | 1010100 | 0 | 10110 | 110011 | 100000 | 100010 | 100011 | 110010 |
Color Harmonies of #AD8754
Complementary color
Monochromatic Colors of #AD8754
Black with #AD8754
Text Example
Text Example
White with #AD8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8754; }
p { color: rgb(173,135,84); }
H1.HeaderClassName
{
color: #AD8754;
}
.AnyTagClassName
{
color: #AD8754;
}
</style>
background-color css
<style>
a { background-color: #AD8754; }
a { background-color: rgb(173,135,84); }
div.DivClassName
{
background-color: #AD8754;
}
.BgClassName
{
background-color: #AD8754;
}
</style>
border-color css
<style>
span { border-color: #AD8754; }
span { border-color: rgb(173,135,84); }
td.TdClassName
{
border-color: #AD8754;
}
.TagClassName
{
border-color: #AD8754;
}
</style>