Shades of Teak #AE8C5A
Tints of Teak #AE8C5A
RGB
CMYK
RGB Variations
Color information
#AE8C5A (or 0xAE8C5A) is known color: Teak. HEX triplet: AE, 8C and 5A. RGB value is (174,140,90). Sum of RGB (Red+Green+Blue) = 174+140+90=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C5A is #5173A5. Grayscale: #909090. Windows color (decimal): -5338022 or 5934254. OLE color: 5934254.
HSL color Cylindrical-coordinate representation of color #AE8C5A: hue angle of 35.71º 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 #AE8C5A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 90 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.32 |
| HSL | 35.71º | 0.34% | 0.52% | - |
| HSV(B) | 35.71º | 0.48% | 0.68% | - |
| XYZ | 28.68 | 28.49 | 13.66 | - |
| YUV | 144.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 90 | 0 | 0.20 | 0.48 | 0.32 | 35.71 | 0.34 | 0.52 |
| Hex | AE | 8C | 5A | 0 | 14 | 30 | 20 | 24 | 22 | 34 |
| Octal | 256 | 214 | 132 | 0 | 24 | 60 | 40 | 44 | 42 | 64 |
| Binary | 10101110 | 10001100 | 1011010 | 0 | 10100 | 110000 | 100000 | 100100 | 100010 | 110100 |
Color Harmonies of #AE8C5A
Complementary color
Monochromatic Colors of #AE8C5A
Black with #AE8C5A
Text Example
Text Example
White with #AE8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C5A; }
p { color: rgb(174,140,90); }
H1.HeaderClassName
{
color: #AE8C5A;
}
.AnyTagClassName
{
color: #AE8C5A;
}
</style>
background-color css
<style>
a { background-color: #AE8C5A; }
a { background-color: rgb(174,140,90); }
div.DivClassName
{
background-color: #AE8C5A;
}
.BgClassName
{
background-color: #AE8C5A;
}
</style>
border-color css
<style>
span { border-color: #AE8C5A; }
span { border-color: rgb(174,140,90); }
td.TdClassName
{
border-color: #AE8C5A;
}
.TagClassName
{
border-color: #AE8C5A;
}
</style>