Shades of Teak #AE8556
Tints of Teak #AE8556
RGB
CMYK
RGB Variations
Color information
#AE8556 (or 0xAE8556) is known color: Teak. HEX triplet: AE, 85 and 56. RGB value is (174,133,86). Sum of RGB (Red+Green+Blue) = 174+133+86=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8556 is #517AA9. Grayscale: #8C8C8C. Windows color (decimal): -5339818 or 5670318. OLE color: 5670318.
HSL color Cylindrical-coordinate representation of color #AE8556: hue angle of 32.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE8556 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 86 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.32 |
| HSL | 32.05º | 0.35% | 0.51% | - |
| HSV(B) | 32.05º | 0.51% | 0.68% | - |
| XYZ | 27.52 | 26.45 | 12.46 | - |
| YUV | 139.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 86 | 0 | 0.24 | 0.51 | 0.32 | 32.05 | 0.35 | 0.51 |
| Hex | AE | 85 | 56 | 0 | 18 | 33 | 20 | 20 | 23 | 33 |
| Octal | 256 | 205 | 126 | 0 | 30 | 63 | 40 | 40 | 43 | 63 |
| Binary | 10101110 | 10000101 | 1010110 | 0 | 11000 | 110011 | 100000 | 100000 | 100011 | 110011 |
Color Harmonies of #AE8556
Complementary color
Monochromatic Colors of #AE8556
Black with #AE8556
Text Example
Text Example
White with #AE8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8556; }
p { color: rgb(174,133,86); }
H1.HeaderClassName
{
color: #AE8556;
}
.AnyTagClassName
{
color: #AE8556;
}
</style>
background-color css
<style>
a { background-color: #AE8556; }
a { background-color: rgb(174,133,86); }
div.DivClassName
{
background-color: #AE8556;
}
.BgClassName
{
background-color: #AE8556;
}
</style>
border-color css
<style>
span { border-color: #AE8556; }
span { border-color: rgb(174,133,86); }
td.TdClassName
{
border-color: #AE8556;
}
.TagClassName
{
border-color: #AE8556;
}
</style>