Shades of Teak #AE8C4A
Tints of Teak #AE8C4A
RGB
CMYK
RGB Variations
Color information
#AE8C4A (or 0xAE8C4A) is known color: Teak. HEX triplet: AE, 8C and 4A. RGB value is (174,140,74). Sum of RGB (Red+Green+Blue) = 174+140+74=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C4A is #5173B5. Grayscale: #8E8E8E. Windows color (decimal): -5338038 or 4885678. OLE color: 4885678.
HSL color Cylindrical-coordinate representation of color #AE8C4A: hue angle of 39.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE8C4A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 74 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.32 |
| HSL | 39.6º | 0.4% | 0.49% | - |
| HSV(B) | 39.6º | 0.57% | 0.68% | - |
| XYZ | 28.07 | 28.25 | 10.45 | - |
| YUV | 142.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 74 | 0 | 0.20 | 0.57 | 0.32 | 39.6 | 0.4 | 0.49 |
| Hex | AE | 8C | 4A | 0 | 14 | 39 | 20 | 28 | 28 | 31 |
| Octal | 256 | 214 | 112 | 0 | 24 | 71 | 40 | 50 | 50 | 61 |
| Binary | 10101110 | 10001100 | 1001010 | 0 | 10100 | 111001 | 100000 | 101000 | 101000 | 110001 |
Color Harmonies of #AE8C4A
Complementary color
Monochromatic Colors of #AE8C4A
Black with #AE8C4A
Text Example
Text Example
White with #AE8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C4A; }
p { color: rgb(174,140,74); }
H1.HeaderClassName
{
color: #AE8C4A;
}
.AnyTagClassName
{
color: #AE8C4A;
}
</style>
background-color css
<style>
a { background-color: #AE8C4A; }
a { background-color: rgb(174,140,74); }
div.DivClassName
{
background-color: #AE8C4A;
}
.BgClassName
{
background-color: #AE8C4A;
}
</style>
border-color css
<style>
span { border-color: #AE8C4A; }
span { border-color: rgb(174,140,74); }
td.TdClassName
{
border-color: #AE8C4A;
}
.TagClassName
{
border-color: #AE8C4A;
}
</style>