Shades of Medium Wood #AE8669
Tints of Medium Wood #AE8669
RGB
CMYK
RGB Variations
Color information
#AE8669 (or 0xAE8669) is known color: Medium Wood. HEX triplet: AE, 86 and 69. RGB value is (174,134,105). Sum of RGB (Red+Green+Blue) = 174+134+105=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8669 is #517996. Grayscale: #8E8E8E. Windows color (decimal): -5339543 or 6915758. OLE color: 6915758.
HSL color Cylindrical-coordinate representation of color #AE8669: hue angle of 25.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8669 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 105 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.32 |
| HSL | 25.22º | 0.3% | 0.55% | - |
| HSV(B) | 25.22º | 0.4% | 0.68% | - |
| XYZ | 28.53 | 27.07 | 17.09 | - |
| YUV | 142.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 105 | 0 | 0.23 | 0.40 | 0.32 | 25.22 | 0.3 | 0.55 |
| Hex | AE | 86 | 69 | 0 | 17 | 28 | 20 | 19 | 1E | 37 |
| Octal | 256 | 206 | 151 | 0 | 27 | 50 | 40 | 31 | 36 | 67 |
| Binary | 10101110 | 10000110 | 1101001 | 0 | 10111 | 101000 | 100000 | 11001 | 11110 | 110111 |
Color Harmonies of #AE8669
Complementary color
Monochromatic Colors of #AE8669
Black with #AE8669
Text Example
Text Example
White with #AE8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8669; }
p { color: rgb(174,134,105); }
H1.HeaderClassName
{
color: #AE8669;
}
.AnyTagClassName
{
color: #AE8669;
}
</style>
background-color css
<style>
a { background-color: #AE8669; }
a { background-color: rgb(174,134,105); }
div.DivClassName
{
background-color: #AE8669;
}
.BgClassName
{
background-color: #AE8669;
}
</style>
border-color css
<style>
span { border-color: #AE8669; }
span { border-color: rgb(174,134,105); }
td.TdClassName
{
border-color: #AE8669;
}
.TagClassName
{
border-color: #AE8669;
}
</style>