Shades of Medium Wood #AE7D5B
Tints of Medium Wood #AE7D5B
RGB
CMYK
RGB Variations
Color information
#AE7D5B (or 0xAE7D5B) is known color: Medium Wood. HEX triplet: AE, 7D and 5B. RGB value is (174,125,91). Sum of RGB (Red+Green+Blue) = 174+125+91=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D5B is #5182A4. Grayscale: #878787. Windows color (decimal): -5341861 or 5995950. OLE color: 5995950.
HSL color Cylindrical-coordinate representation of color #AE7D5B: hue angle of 24.58º 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 #AE7D5B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 91 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.32 |
| HSL | 24.58º | 0.34% | 0.52% | - |
| HSV(B) | 24.58º | 0.48% | 0.68% | - |
| XYZ | 26.68 | 24.42 | 13.21 | - |
| YUV | 135.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 91 | 0 | 0.28 | 0.48 | 0.32 | 24.58 | 0.34 | 0.52 |
| Hex | AE | 7D | 5B | 0 | 1C | 30 | 20 | 19 | 22 | 34 |
| Octal | 256 | 175 | 133 | 0 | 34 | 60 | 40 | 31 | 42 | 64 |
| Binary | 10101110 | 1111101 | 1011011 | 0 | 11100 | 110000 | 100000 | 11001 | 100010 | 110100 |
Color Harmonies of #AE7D5B
Complementary color
Monochromatic Colors of #AE7D5B
Black with #AE7D5B
Text Example
Text Example
White with #AE7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D5B; }
p { color: rgb(174,125,91); }
H1.HeaderClassName
{
color: #AE7D5B;
}
.AnyTagClassName
{
color: #AE7D5B;
}
</style>
background-color css
<style>
a { background-color: #AE7D5B; }
a { background-color: rgb(174,125,91); }
div.DivClassName
{
background-color: #AE7D5B;
}
.BgClassName
{
background-color: #AE7D5B;
}
</style>
border-color css
<style>
span { border-color: #AE7D5B; }
span { border-color: rgb(174,125,91); }
td.TdClassName
{
border-color: #AE7D5B;
}
.TagClassName
{
border-color: #AE7D5B;
}
</style>