Shades of Medium Wood #AE7B58
Tints of Medium Wood #AE7B58
RGB
CMYK
RGB Variations
Color information
#AE7B58 (or 0xAE7B58) is known color: Medium Wood. HEX triplet: AE, 7B and 58. RGB value is (174,123,88). Sum of RGB (Red+Green+Blue) = 174+123+88=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B58 is #5184A7. Grayscale: #868686. Windows color (decimal): -5342376 or 5798830. OLE color: 5798830.
HSL color Cylindrical-coordinate representation of color #AE7B58: hue angle of 24.42º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE7B58 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 88 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.32 |
| HSL | 24.42º | 0.35% | 0.51% | - |
| HSV(B) | 24.42º | 0.49% | 0.68% | - |
| XYZ | 26.3 | 23.87 | 12.45 | - |
| YUV | 134.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 88 | 0 | 0.29 | 0.49 | 0.32 | 24.42 | 0.35 | 0.51 |
| Hex | AE | 7B | 58 | 0 | 1D | 31 | 20 | 18 | 23 | 33 |
| Octal | 256 | 173 | 130 | 0 | 35 | 61 | 40 | 30 | 43 | 63 |
| Binary | 10101110 | 1111011 | 1011000 | 0 | 11101 | 110001 | 100000 | 11000 | 100011 | 110011 |
Color Harmonies of #AE7B58
Complementary color
Monochromatic Colors of #AE7B58
Black with #AE7B58
Text Example
Text Example
White with #AE7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B58; }
p { color: rgb(174,123,88); }
H1.HeaderClassName
{
color: #AE7B58;
}
.AnyTagClassName
{
color: #AE7B58;
}
</style>
background-color css
<style>
a { background-color: #AE7B58; }
a { background-color: rgb(174,123,88); }
div.DivClassName
{
background-color: #AE7B58;
}
.BgClassName
{
background-color: #AE7B58;
}
</style>
border-color css
<style>
span { border-color: #AE7B58; }
span { border-color: rgb(174,123,88); }
td.TdClassName
{
border-color: #AE7B58;
}
.TagClassName
{
border-color: #AE7B58;
}
</style>