Shades of Teak #AD904F
Tints of Teak #AD904F
RGB
CMYK
RGB Variations
Color information
#AD904F (or 0xAD904F) is known color: Teak. HEX triplet: AD, 90 and 4F. RGB value is (173,144,79). Sum of RGB (Red+Green+Blue) = 173+144+79=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD904F is #526FB0. Grayscale: #919191. Windows color (decimal): -5402545 or 5214381. OLE color: 5214381.
HSL color Cylindrical-coordinate representation of color #AD904F: hue angle of 41.49º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD904F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 79 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.32 |
| HSL | 41.49º | 0.37% | 0.49% | - |
| HSV(B) | 41.49º | 0.54% | 0.68% | - |
| XYZ | 28.62 | 29.4 | 11.56 | - |
| YUV | 145.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 79 | 0 | 0.17 | 0.54 | 0.32 | 41.49 | 0.37 | 0.49 |
| Hex | AD | 90 | 4F | 0 | 11 | 36 | 20 | 29 | 25 | 31 |
| Octal | 255 | 220 | 117 | 0 | 21 | 66 | 40 | 51 | 45 | 61 |
| Binary | 10101101 | 10010000 | 1001111 | 0 | 10001 | 110110 | 100000 | 101001 | 100101 | 110001 |
Color Harmonies of #AD904F
Complementary color
Monochromatic Colors of #AD904F
Black with #AD904F
Text Example
Text Example
White with #AD904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD904F; }
p { color: rgb(173,144,79); }
H1.HeaderClassName
{
color: #AD904F;
}
.AnyTagClassName
{
color: #AD904F;
}
</style>
background-color css
<style>
a { background-color: #AD904F; }
a { background-color: rgb(173,144,79); }
div.DivClassName
{
background-color: #AD904F;
}
.BgClassName
{
background-color: #AD904F;
}
</style>
border-color css
<style>
span { border-color: #AD904F; }
span { border-color: rgb(173,144,79); }
td.TdClassName
{
border-color: #AD904F;
}
.TagClassName
{
border-color: #AD904F;
}
</style>