Shades of Teak #AE884D
Tints of Teak #AE884D
RGB
CMYK
RGB Variations
Color information
#AE884D (or 0xAE884D) is known color: Teak. HEX triplet: AE, 88 and 4D. RGB value is (174,136,77). Sum of RGB (Red+Green+Blue) = 174+136+77=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE884D is #5177B2. Grayscale: #8C8C8C. Windows color (decimal): -5339059 or 5081262. OLE color: 5081262.
HSL color Cylindrical-coordinate representation of color #AE884D: hue angle of 36.49º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE884D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 77 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.32 |
| HSL | 36.49º | 0.39% | 0.49% | - |
| HSV(B) | 36.49º | 0.56% | 0.68% | - |
| XYZ | 27.6 | 27.14 | 10.81 | - |
| YUV | 140.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 77 | 0 | 0.22 | 0.56 | 0.32 | 36.49 | 0.39 | 0.49 |
| Hex | AE | 88 | 4D | 0 | 16 | 38 | 20 | 24 | 27 | 31 |
| Octal | 256 | 210 | 115 | 0 | 26 | 70 | 40 | 44 | 47 | 61 |
| Binary | 10101110 | 10001000 | 1001101 | 0 | 10110 | 111000 | 100000 | 100100 | 100111 | 110001 |
Color Harmonies of #AE884D
Complementary color
Monochromatic Colors of #AE884D
Black with #AE884D
Text Example
Text Example
White with #AE884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE884D; }
p { color: rgb(174,136,77); }
H1.HeaderClassName
{
color: #AE884D;
}
.AnyTagClassName
{
color: #AE884D;
}
</style>
background-color css
<style>
a { background-color: #AE884D; }
a { background-color: rgb(174,136,77); }
div.DivClassName
{
background-color: #AE884D;
}
.BgClassName
{
background-color: #AE884D;
}
</style>
border-color css
<style>
span { border-color: #AE884D; }
span { border-color: rgb(174,136,77); }
td.TdClassName
{
border-color: #AE884D;
}
.TagClassName
{
border-color: #AE884D;
}
</style>