Shades of Teak #AE885D
Tints of Teak #AE885D
RGB
CMYK
RGB Variations
Color information
#AE885D (or 0xAE885D) is known color: Teak. HEX triplet: AE, 88 and 5D. RGB value is (174,136,93). Sum of RGB (Red+Green+Blue) = 174+136+93=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE885D is #5177A2. Grayscale: #8E8E8E. Windows color (decimal): -5339043 or 6129838. OLE color: 6129838.
HSL color Cylindrical-coordinate representation of color #AE885D: hue angle of 31.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE885D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 93 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.32 |
| HSL | 31.85º | 0.33% | 0.52% | - |
| HSV(B) | 31.85º | 0.47% | 0.68% | - |
| XYZ | 28.24 | 27.4 | 14.16 | - |
| YUV | 142.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 93 | 0 | 0.22 | 0.47 | 0.32 | 31.85 | 0.33 | 0.52 |
| Hex | AE | 88 | 5D | 0 | 16 | 2F | 20 | 20 | 21 | 34 |
| Octal | 256 | 210 | 135 | 0 | 26 | 57 | 40 | 40 | 41 | 64 |
| Binary | 10101110 | 10001000 | 1011101 | 0 | 10110 | 101111 | 100000 | 100000 | 100001 | 110100 |
Color Harmonies of #AE885D
Complementary color
Monochromatic Colors of #AE885D
Black with #AE885D
Text Example
Text Example
White with #AE885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE885D; }
p { color: rgb(174,136,93); }
H1.HeaderClassName
{
color: #AE885D;
}
.AnyTagClassName
{
color: #AE885D;
}
</style>
background-color css
<style>
a { background-color: #AE885D; }
a { background-color: rgb(174,136,93); }
div.DivClassName
{
background-color: #AE885D;
}
.BgClassName
{
background-color: #AE885D;
}
</style>
border-color css
<style>
span { border-color: #AE885D; }
span { border-color: rgb(174,136,93); }
td.TdClassName
{
border-color: #AE885D;
}
.TagClassName
{
border-color: #AE885D;
}
</style>