Shades of Teak #AE8A57
Tints of Teak #AE8A57
RGB
CMYK
RGB Variations
Color information
#AE8A57 (or 0xAE8A57) is known color: Teak. HEX triplet: AE, 8A and 57. RGB value is (174,138,87). Sum of RGB (Red+Green+Blue) = 174+138+87=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A57 is #5175A8. Grayscale: #8F8F8F. Windows color (decimal): -5338537 or 5737134. OLE color: 5737134.
HSL color Cylindrical-coordinate representation of color #AE8A57: hue angle of 35.17º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE8A57 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 87 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.32 |
| HSL | 35.17º | 0.35% | 0.51% | - |
| HSV(B) | 35.17º | 0.5% | 0.68% | - |
| XYZ | 28.26 | 27.86 | 12.91 | - |
| YUV | 142.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 87 | 0 | 0.21 | 0.5 | 0.32 | 35.17 | 0.35 | 0.51 |
| Hex | AE | 8A | 57 | 0 | 15 | 32 | 20 | 23 | 23 | 33 |
| Octal | 256 | 212 | 127 | 0 | 25 | 62 | 40 | 43 | 43 | 63 |
| Binary | 10101110 | 10001010 | 1010111 | 0 | 10101 | 110010 | 100000 | 100011 | 100011 | 110011 |
Color Harmonies of #AE8A57
Complementary color
Monochromatic Colors of #AE8A57
Black with #AE8A57
Text Example
Text Example
White with #AE8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A57; }
p { color: rgb(174,138,87); }
H1.HeaderClassName
{
color: #AE8A57;
}
.AnyTagClassName
{
color: #AE8A57;
}
</style>
background-color css
<style>
a { background-color: #AE8A57; }
a { background-color: rgb(174,138,87); }
div.DivClassName
{
background-color: #AE8A57;
}
.BgClassName
{
background-color: #AE8A57;
}
</style>
border-color css
<style>
span { border-color: #AE8A57; }
span { border-color: rgb(174,138,87); }
td.TdClassName
{
border-color: #AE8A57;
}
.TagClassName
{
border-color: #AE8A57;
}
</style>