Shades of Teak #AE875D
Tints of Teak #AE875D
RGB
CMYK
RGB Variations
Color information
#AE875D (or 0xAE875D) is known color: Teak. HEX triplet: AE, 87 and 5D. RGB value is (174,135,93). Sum of RGB (Red+Green+Blue) = 174+135+93=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE875D is #5178A2. Grayscale: #8E8E8E. Windows color (decimal): -5339299 or 6129582. OLE color: 6129582.
HSL color Cylindrical-coordinate representation of color #AE875D: hue angle of 31.11º 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 #AE875D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 135 | 93 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.32 |
| HSL | 31.11º | 0.33% | 0.52% | - |
| HSV(B) | 31.11º | 0.47% | 0.68% | - |
| XYZ | 28.1 | 27.12 | 14.11 | - |
| YUV | 141.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 135 | 93 | 0 | 0.22 | 0.47 | 0.32 | 31.11 | 0.33 | 0.52 |
| Hex | AE | 87 | 5D | 0 | 16 | 2F | 20 | 1F | 21 | 34 |
| Octal | 256 | 207 | 135 | 0 | 26 | 57 | 40 | 37 | 41 | 64 |
| Binary | 10101110 | 10000111 | 1011101 | 0 | 10110 | 101111 | 100000 | 11111 | 100001 | 110100 |
Color Harmonies of #AE875D
Complementary color
Monochromatic Colors of #AE875D
Black with #AE875D
Text Example
Text Example
White with #AE875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE875D; }
p { color: rgb(174,135,93); }
H1.HeaderClassName
{
color: #AE875D;
}
.AnyTagClassName
{
color: #AE875D;
}
</style>
background-color css
<style>
a { background-color: #AE875D; }
a { background-color: rgb(174,135,93); }
div.DivClassName
{
background-color: #AE875D;
}
.BgClassName
{
background-color: #AE875D;
}
</style>
border-color css
<style>
span { border-color: #AE875D; }
span { border-color: rgb(174,135,93); }
td.TdClassName
{
border-color: #AE875D;
}
.TagClassName
{
border-color: #AE875D;
}
</style>