Shades of Teak #AE8C54
Tints of Teak #AE8C54
RGB
CMYK
RGB Variations
Color information
#AE8C54 (or 0xAE8C54) is known color: Teak. HEX triplet: AE, 8C and 54. RGB value is (174,140,84). Sum of RGB (Red+Green+Blue) = 174+140+84=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C54 is #5173AB. Grayscale: #909090. Windows color (decimal): -5338028 or 5541038. OLE color: 5541038.
HSL color Cylindrical-coordinate representation of color #AE8C54: hue angle of 37.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE8C54 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 84 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.32 |
| HSL | 37.33º | 0.36% | 0.51% | - |
| HSV(B) | 37.33º | 0.52% | 0.68% | - |
| XYZ | 28.43 | 28.39 | 12.37 | - |
| YUV | 143.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 84 | 0 | 0.20 | 0.52 | 0.32 | 37.33 | 0.36 | 0.51 |
| Hex | AE | 8C | 54 | 0 | 14 | 34 | 20 | 25 | 24 | 33 |
| Octal | 256 | 214 | 124 | 0 | 24 | 64 | 40 | 45 | 44 | 63 |
| Binary | 10101110 | 10001100 | 1010100 | 0 | 10100 | 110100 | 100000 | 100101 | 100100 | 110011 |
Color Harmonies of #AE8C54
Complementary color
Monochromatic Colors of #AE8C54
Black with #AE8C54
Text Example
Text Example
White with #AE8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C54; }
p { color: rgb(174,140,84); }
H1.HeaderClassName
{
color: #AE8C54;
}
.AnyTagClassName
{
color: #AE8C54;
}
</style>
background-color css
<style>
a { background-color: #AE8C54; }
a { background-color: rgb(174,140,84); }
div.DivClassName
{
background-color: #AE8C54;
}
.BgClassName
{
background-color: #AE8C54;
}
</style>
border-color css
<style>
span { border-color: #AE8C54; }
span { border-color: rgb(174,140,84); }
td.TdClassName
{
border-color: #AE8C54;
}
.TagClassName
{
border-color: #AE8C54;
}
</style>