Shades of Teak #AE8B5B
Tints of Teak #AE8B5B
RGB
CMYK
RGB Variations
Color information
#AE8B5B (or 0xAE8B5B) is known color: Teak. HEX triplet: AE, 8B and 5B. RGB value is (174,139,91). Sum of RGB (Red+Green+Blue) = 174+139+91=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B5B is #5174A4. Grayscale: #909090. Windows color (decimal): -5338277 or 5999534. OLE color: 5999534.
HSL color Cylindrical-coordinate representation of color #AE8B5B: hue angle of 34.7º 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 #AE8B5B is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 91 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.32 |
| HSL | 34.7º | 0.34% | 0.52% | - |
| HSV(B) | 34.7º | 0.48% | 0.68% | - |
| XYZ | 28.58 | 28.22 | 13.84 | - |
| YUV | 143.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 91 | 0 | 0.20 | 0.48 | 0.32 | 34.7 | 0.34 | 0.52 |
| Hex | AE | 8B | 5B | 0 | 14 | 30 | 20 | 23 | 22 | 34 |
| Octal | 256 | 213 | 133 | 0 | 24 | 60 | 40 | 43 | 42 | 64 |
| Binary | 10101110 | 10001011 | 1011011 | 0 | 10100 | 110000 | 100000 | 100011 | 100010 | 110100 |
Color Harmonies of #AE8B5B
Complementary color
Monochromatic Colors of #AE8B5B
Black with #AE8B5B
Text Example
Text Example
White with #AE8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B5B; }
p { color: rgb(174,139,91); }
H1.HeaderClassName
{
color: #AE8B5B;
}
.AnyTagClassName
{
color: #AE8B5B;
}
</style>
background-color css
<style>
a { background-color: #AE8B5B; }
a { background-color: rgb(174,139,91); }
div.DivClassName
{
background-color: #AE8B5B;
}
.BgClassName
{
background-color: #AE8B5B;
}
</style>
border-color css
<style>
span { border-color: #AE8B5B; }
span { border-color: rgb(174,139,91); }
td.TdClassName
{
border-color: #AE8B5B;
}
.TagClassName
{
border-color: #AE8B5B;
}
</style>