Shades of Medium Wood #AE7B67
Tints of Medium Wood #AE7B67
RGB
CMYK
RGB Variations
Color information
#AE7B67 (or 0xAE7B67) is known color: Medium Wood. HEX triplet: AE, 7B and 67. RGB value is (174,123,103). Sum of RGB (Red+Green+Blue) = 174+123+103=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B67 is #518498. Grayscale: #888888. Windows color (decimal): -5342361 or 6781870. OLE color: 6781870.
HSL color Cylindrical-coordinate representation of color #AE7B67: hue angle of 16.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE7B67 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 103 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.32 |
| HSL | 16.9º | 0.3% | 0.54% | - |
| HSV(B) | 16.9º | 0.41% | 0.68% | - |
| XYZ | 26.99 | 24.14 | 16.07 | - |
| YUV | 135.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 103 | 0 | 0.29 | 0.41 | 0.32 | 16.9 | 0.3 | 0.54 |
| Hex | AE | 7B | 67 | 0 | 1D | 29 | 20 | 11 | 1E | 36 |
| Octal | 256 | 173 | 147 | 0 | 35 | 51 | 40 | 21 | 36 | 66 |
| Binary | 10101110 | 1111011 | 1100111 | 0 | 11101 | 101001 | 100000 | 10001 | 11110 | 110110 |
Color Harmonies of #AE7B67
Complementary color
Monochromatic Colors of #AE7B67
Black with #AE7B67
Text Example
Text Example
White with #AE7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B67; }
p { color: rgb(174,123,103); }
H1.HeaderClassName
{
color: #AE7B67;
}
.AnyTagClassName
{
color: #AE7B67;
}
</style>
background-color css
<style>
a { background-color: #AE7B67; }
a { background-color: rgb(174,123,103); }
div.DivClassName
{
background-color: #AE7B67;
}
.BgClassName
{
background-color: #AE7B67;
}
</style>
border-color css
<style>
span { border-color: #AE7B67; }
span { border-color: rgb(174,123,103); }
td.TdClassName
{
border-color: #AE7B67;
}
.TagClassName
{
border-color: #AE7B67;
}
</style>