Shades of Medium Wood #AE7E5B
Tints of Medium Wood #AE7E5B
RGB
CMYK
RGB Variations
Color information
#AE7E5B (or 0xAE7E5B) is known color: Medium Wood. HEX triplet: AE, 7E and 5B. RGB value is (174,126,91). Sum of RGB (Red+Green+Blue) = 174+126+91=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E5B is #5181A4. Grayscale: #888888. Windows color (decimal): -5341605 or 5996206. OLE color: 5996206.
HSL color Cylindrical-coordinate representation of color #AE7E5B: hue angle of 25.3º 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 #AE7E5B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 91 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.32 |
| HSL | 25.3º | 0.34% | 0.52% | - |
| HSV(B) | 25.3º | 0.48% | 0.68% | - |
| XYZ | 26.8 | 24.68 | 13.25 | - |
| YUV | 136.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 91 | 0 | 0.28 | 0.48 | 0.32 | 25.3 | 0.34 | 0.52 |
| Hex | AE | 7E | 5B | 0 | 1C | 30 | 20 | 19 | 22 | 34 |
| Octal | 256 | 176 | 133 | 0 | 34 | 60 | 40 | 31 | 42 | 64 |
| Binary | 10101110 | 1111110 | 1011011 | 0 | 11100 | 110000 | 100000 | 11001 | 100010 | 110100 |
Color Harmonies of #AE7E5B
Complementary color
Monochromatic Colors of #AE7E5B
Black with #AE7E5B
Text Example
Text Example
White with #AE7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E5B; }
p { color: rgb(174,126,91); }
H1.HeaderClassName
{
color: #AE7E5B;
}
.AnyTagClassName
{
color: #AE7E5B;
}
</style>
background-color css
<style>
a { background-color: #AE7E5B; }
a { background-color: rgb(174,126,91); }
div.DivClassName
{
background-color: #AE7E5B;
}
.BgClassName
{
background-color: #AE7E5B;
}
</style>
border-color css
<style>
span { border-color: #AE7E5B; }
span { border-color: rgb(174,126,91); }
td.TdClassName
{
border-color: #AE7E5B;
}
.TagClassName
{
border-color: #AE7E5B;
}
</style>