Shades of Teak #AE8A5E
Tints of Teak #AE8A5E
RGB
CMYK
RGB Variations
Color information
#AE8A5E (or 0xAE8A5E) is known color: Teak. HEX triplet: AE, 8A and 5E. RGB value is (174,138,94). Sum of RGB (Red+Green+Blue) = 174+138+94=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A5E is #5175A1. Grayscale: #8F8F8F. Windows color (decimal): -5338530 or 6195886. OLE color: 6195886.
HSL color Cylindrical-coordinate representation of color #AE8A5E: hue angle of 33º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE8A5E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 94 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.32 |
| HSL | 33º | 0.33% | 0.53% | - |
| HSV(B) | 33º | 0.46% | 0.68% | - |
| XYZ | 28.56 | 27.98 | 14.49 | - |
| YUV | 143.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 94 | 0 | 0.21 | 0.46 | 0.32 | 33 | 0.33 | 0.53 |
| Hex | AE | 8A | 5E | 0 | 15 | 2E | 20 | 21 | 21 | 35 |
| Octal | 256 | 212 | 136 | 0 | 25 | 56 | 40 | 41 | 41 | 65 |
| Binary | 10101110 | 10001010 | 1011110 | 0 | 10101 | 101110 | 100000 | 100001 | 100001 | 110101 |
Color Harmonies of #AE8A5E
Complementary color
Monochromatic Colors of #AE8A5E
Black with #AE8A5E
Text Example
Text Example
White with #AE8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A5E; }
p { color: rgb(174,138,94); }
H1.HeaderClassName
{
color: #AE8A5E;
}
.AnyTagClassName
{
color: #AE8A5E;
}
</style>
background-color css
<style>
a { background-color: #AE8A5E; }
a { background-color: rgb(174,138,94); }
div.DivClassName
{
background-color: #AE8A5E;
}
.BgClassName
{
background-color: #AE8A5E;
}
</style>
border-color css
<style>
span { border-color: #AE8A5E; }
span { border-color: rgb(174,138,94); }
td.TdClassName
{
border-color: #AE8A5E;
}
.TagClassName
{
border-color: #AE8A5E;
}
</style>