Shades of Teak #AD904E
Tints of Teak #AD904E
RGB
CMYK
RGB Variations
Color information
#AD904E (or 0xAD904E) is known color: Teak. HEX triplet: AD, 90 and 4E. RGB value is (173,144,78). Sum of RGB (Red+Green+Blue) = 173+144+78=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD904E is #526FB1. Grayscale: #919191. Windows color (decimal): -5402546 or 5148845. OLE color: 5148845.
HSL color Cylindrical-coordinate representation of color #AD904E: hue angle of 41.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD904E is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 78 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.32 |
| HSL | 41.68º | 0.38% | 0.49% | - |
| HSV(B) | 41.68º | 0.55% | 0.68% | - |
| XYZ | 28.58 | 29.38 | 11.37 | - |
| YUV | 145.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 78 | 0 | 0.17 | 0.55 | 0.32 | 41.68 | 0.38 | 0.49 |
| Hex | AD | 90 | 4E | 0 | 11 | 37 | 20 | 2A | 26 | 31 |
| Octal | 255 | 220 | 116 | 0 | 21 | 67 | 40 | 52 | 46 | 61 |
| Binary | 10101101 | 10010000 | 1001110 | 0 | 10001 | 110111 | 100000 | 101010 | 100110 | 110001 |
Color Harmonies of #AD904E
Complementary color
Monochromatic Colors of #AD904E
Black with #AD904E
Text Example
Text Example
White with #AD904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD904E; }
p { color: rgb(173,144,78); }
H1.HeaderClassName
{
color: #AD904E;
}
.AnyTagClassName
{
color: #AD904E;
}
</style>
background-color css
<style>
a { background-color: #AD904E; }
a { background-color: rgb(173,144,78); }
div.DivClassName
{
background-color: #AD904E;
}
.BgClassName
{
background-color: #AD904E;
}
</style>
border-color css
<style>
span { border-color: #AD904E; }
span { border-color: rgb(173,144,78); }
td.TdClassName
{
border-color: #AD904E;
}
.TagClassName
{
border-color: #AD904E;
}
</style>