Shades of Teak #AE8D5B
Tints of Teak #AE8D5B
RGB
CMYK
RGB Variations
Color information
#AE8D5B (or 0xAE8D5B) is known color: Teak. HEX triplet: AE, 8D and 5B. RGB value is (174,141,91). Sum of RGB (Red+Green+Blue) = 174+141+91=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D5B is #5172A4. Grayscale: #919191. Windows color (decimal): -5337765 or 6000046. OLE color: 6000046.
HSL color Cylindrical-coordinate representation of color #AE8D5B: hue angle of 36.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE8D5B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 91 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.32 |
| HSL | 36.14º | 0.34% | 0.52% | - |
| HSV(B) | 36.14º | 0.48% | 0.68% | - |
| XYZ | 28.87 | 28.8 | 13.94 | - |
| YUV | 145.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 91 | 0 | 0.19 | 0.48 | 0.32 | 36.14 | 0.34 | 0.52 |
| Hex | AE | 8D | 5B | 0 | 13 | 30 | 20 | 24 | 22 | 34 |
| Octal | 256 | 215 | 133 | 0 | 23 | 60 | 40 | 44 | 42 | 64 |
| Binary | 10101110 | 10001101 | 1011011 | 0 | 10011 | 110000 | 100000 | 100100 | 100010 | 110100 |
Color Harmonies of #AE8D5B
Complementary color
Monochromatic Colors of #AE8D5B
Black with #AE8D5B
Text Example
Text Example
White with #AE8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D5B; }
p { color: rgb(174,141,91); }
H1.HeaderClassName
{
color: #AE8D5B;
}
.AnyTagClassName
{
color: #AE8D5B;
}
</style>
background-color css
<style>
a { background-color: #AE8D5B; }
a { background-color: rgb(174,141,91); }
div.DivClassName
{
background-color: #AE8D5B;
}
.BgClassName
{
background-color: #AE8D5B;
}
</style>
border-color css
<style>
span { border-color: #AE8D5B; }
span { border-color: rgb(174,141,91); }
td.TdClassName
{
border-color: #AE8D5B;
}
.TagClassName
{
border-color: #AE8D5B;
}
</style>