Shades of Medium Wood #AE7B60
Tints of Medium Wood #AE7B60
RGB
CMYK
RGB Variations
Color information
#AE7B60 (or 0xAE7B60) is known color: Medium Wood. HEX triplet: AE, 7B and 60. RGB value is (174,123,96). Sum of RGB (Red+Green+Blue) = 174+123+96=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B60 is #51849F. Grayscale: #878787. Windows color (decimal): -5342368 or 6323118. OLE color: 6323118.
HSL color Cylindrical-coordinate representation of color #AE7B60: hue angle of 20.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7B60 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 96 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.32 |
| HSL | 20.77º | 0.33% | 0.53% | - |
| HSV(B) | 20.77º | 0.45% | 0.68% | - |
| XYZ | 26.65 | 24.01 | 14.3 | - |
| YUV | 135.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 96 | 0 | 0.29 | 0.45 | 0.32 | 20.77 | 0.33 | 0.53 |
| Hex | AE | 7B | 60 | 0 | 1D | 2D | 20 | 15 | 20 | 35 |
| Octal | 256 | 173 | 140 | 0 | 35 | 55 | 40 | 25 | 40 | 65 |
| Binary | 10101110 | 1111011 | 1100000 | 0 | 11101 | 101101 | 100000 | 10101 | 100000 | 110101 |
Color Harmonies of #AE7B60
Complementary color
Monochromatic Colors of #AE7B60
Black with #AE7B60
Text Example
Text Example
White with #AE7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B60; }
p { color: rgb(174,123,96); }
H1.HeaderClassName
{
color: #AE7B60;
}
.AnyTagClassName
{
color: #AE7B60;
}
</style>
background-color css
<style>
a { background-color: #AE7B60; }
a { background-color: rgb(174,123,96); }
div.DivClassName
{
background-color: #AE7B60;
}
.BgClassName
{
background-color: #AE7B60;
}
</style>
border-color css
<style>
span { border-color: #AE7B60; }
span { border-color: rgb(174,123,96); }
td.TdClassName
{
border-color: #AE7B60;
}
.TagClassName
{
border-color: #AE7B60;
}
</style>