Shades of Teak #AE855B
Tints of Teak #AE855B
RGB
CMYK
RGB Variations
Color information
#AE855B (or 0xAE855B) is known color: Teak. HEX triplet: AE, 85 and 5B. RGB value is (174,133,91). Sum of RGB (Red+Green+Blue) = 174+133+91=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE855B is #517AA4. Grayscale: #8C8C8C. Windows color (decimal): -5339813 or 5997998. OLE color: 5997998.
HSL color Cylindrical-coordinate representation of color #AE855B: hue angle of 30.36º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE855B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 91 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.32 |
| HSL | 30.36º | 0.34% | 0.52% | - |
| HSV(B) | 30.36º | 0.48% | 0.68% | - |
| XYZ | 27.73 | 26.53 | 13.56 | - |
| YUV | 140.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 91 | 0 | 0.24 | 0.48 | 0.32 | 30.36 | 0.34 | 0.52 |
| Hex | AE | 85 | 5B | 0 | 18 | 30 | 20 | 1E | 22 | 34 |
| Octal | 256 | 205 | 133 | 0 | 30 | 60 | 40 | 36 | 42 | 64 |
| Binary | 10101110 | 10000101 | 1011011 | 0 | 11000 | 110000 | 100000 | 11110 | 100010 | 110100 |
Color Harmonies of #AE855B
Complementary color
Monochromatic Colors of #AE855B
Black with #AE855B
Text Example
Text Example
White with #AE855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE855B; }
p { color: rgb(174,133,91); }
H1.HeaderClassName
{
color: #AE855B;
}
.AnyTagClassName
{
color: #AE855B;
}
</style>
background-color css
<style>
a { background-color: #AE855B; }
a { background-color: rgb(174,133,91); }
div.DivClassName
{
background-color: #AE855B;
}
.BgClassName
{
background-color: #AE855B;
}
</style>
border-color css
<style>
span { border-color: #AE855B; }
span { border-color: rgb(174,133,91); }
td.TdClassName
{
border-color: #AE855B;
}
.TagClassName
{
border-color: #AE855B;
}
</style>