Shades of Teak #AD8C4B
Tints of Teak #AD8C4B
RGB
CMYK
RGB Variations
Color information
#AD8C4B (or 0xAD8C4B) is known color: Teak. HEX triplet: AD, 8C and 4B. RGB value is (173,140,75). Sum of RGB (Red+Green+Blue) = 173+140+75=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C4B is #5273B4. Grayscale: #8E8E8E. Windows color (decimal): -5403573 or 4951213. OLE color: 4951213.
HSL color Cylindrical-coordinate representation of color #AD8C4B: hue angle of 39.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD8C4B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 75 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.32 |
| HSL | 39.8º | 0.4% | 0.49% | - |
| HSV(B) | 39.8º | 0.57% | 0.68% | - |
| XYZ | 27.88 | 28.15 | 10.62 | - |
| YUV | 142.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 75 | 0 | 0.19 | 0.57 | 0.32 | 39.8 | 0.4 | 0.49 |
| Hex | AD | 8C | 4B | 0 | 13 | 39 | 20 | 28 | 28 | 31 |
| Octal | 255 | 214 | 113 | 0 | 23 | 71 | 40 | 50 | 50 | 61 |
| Binary | 10101101 | 10001100 | 1001011 | 0 | 10011 | 111001 | 100000 | 101000 | 101000 | 110001 |
Color Harmonies of #AD8C4B
Complementary color
Monochromatic Colors of #AD8C4B
Black with #AD8C4B
Text Example
Text Example
White with #AD8C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C4B; }
p { color: rgb(173,140,75); }
H1.HeaderClassName
{
color: #AD8C4B;
}
.AnyTagClassName
{
color: #AD8C4B;
}
</style>
background-color css
<style>
a { background-color: #AD8C4B; }
a { background-color: rgb(173,140,75); }
div.DivClassName
{
background-color: #AD8C4B;
}
.BgClassName
{
background-color: #AD8C4B;
}
</style>
border-color css
<style>
span { border-color: #AD8C4B; }
span { border-color: rgb(173,140,75); }
td.TdClassName
{
border-color: #AD8C4B;
}
.TagClassName
{
border-color: #AD8C4B;
}
</style>