Shades of Medium Wood #AE7B5A
Tints of Medium Wood #AE7B5A
RGB
CMYK
RGB Variations
Color information
#AE7B5A (or 0xAE7B5A) is known color: Medium Wood. HEX triplet: AE, 7B and 5A. RGB value is (174,123,90). Sum of RGB (Red+Green+Blue) = 174+123+90=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B5A is #5184A5. Grayscale: #868686. Windows color (decimal): -5342374 or 5929902. OLE color: 5929902.
HSL color Cylindrical-coordinate representation of color #AE7B5A: hue angle of 23.57º 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 #AE7B5A is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 90 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.32 |
| HSL | 23.57º | 0.34% | 0.52% | - |
| HSV(B) | 23.57º | 0.48% | 0.68% | - |
| XYZ | 26.38 | 23.9 | 12.9 | - |
| YUV | 134.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 90 | 0 | 0.29 | 0.48 | 0.32 | 23.57 | 0.34 | 0.52 |
| Hex | AE | 7B | 5A | 0 | 1D | 30 | 20 | 18 | 22 | 34 |
| Octal | 256 | 173 | 132 | 0 | 35 | 60 | 40 | 30 | 42 | 64 |
| Binary | 10101110 | 1111011 | 1011010 | 0 | 11101 | 110000 | 100000 | 11000 | 100010 | 110100 |
Color Harmonies of #AE7B5A
Complementary color
Monochromatic Colors of #AE7B5A
Black with #AE7B5A
Text Example
Text Example
White with #AE7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B5A; }
p { color: rgb(174,123,90); }
H1.HeaderClassName
{
color: #AE7B5A;
}
.AnyTagClassName
{
color: #AE7B5A;
}
</style>
background-color css
<style>
a { background-color: #AE7B5A; }
a { background-color: rgb(174,123,90); }
div.DivClassName
{
background-color: #AE7B5A;
}
.BgClassName
{
background-color: #AE7B5A;
}
</style>
border-color css
<style>
span { border-color: #AE7B5A; }
span { border-color: rgb(174,123,90); }
td.TdClassName
{
border-color: #AE7B5A;
}
.TagClassName
{
border-color: #AE7B5A;
}
</style>