Shades of Medium Wood #AE815B
Tints of Medium Wood #AE815B
RGB
CMYK
RGB Variations
Color information
#AE815B (or 0xAE815B) is known color: Medium Wood. HEX triplet: AE, 81 and 5B. RGB value is (174,129,91). Sum of RGB (Red+Green+Blue) = 174+129+91=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815B is #517EA4. Grayscale: #8A8A8A. Windows color (decimal): -5340837 or 5996974. OLE color: 5996974.
HSL color Cylindrical-coordinate representation of color #AE815B: hue angle of 27.47º 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 #AE815B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 91 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.32 |
| HSL | 27.47º | 0.34% | 0.52% | - |
| HSV(B) | 27.47º | 0.48% | 0.68% | - |
| XYZ | 27.19 | 25.45 | 13.38 | - |
| YUV | 138.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 91 | 0 | 0.26 | 0.48 | 0.32 | 27.47 | 0.34 | 0.52 |
| Hex | AE | 81 | 5B | 0 | 1A | 30 | 20 | 1B | 22 | 34 |
| Octal | 256 | 201 | 133 | 0 | 32 | 60 | 40 | 33 | 42 | 64 |
| Binary | 10101110 | 10000001 | 1011011 | 0 | 11010 | 110000 | 100000 | 11011 | 100010 | 110100 |
Color Harmonies of #AE815B
Complementary color
Monochromatic Colors of #AE815B
Black with #AE815B
Text Example
Text Example
White with #AE815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE815B; }
p { color: rgb(174,129,91); }
H1.HeaderClassName
{
color: #AE815B;
}
.AnyTagClassName
{
color: #AE815B;
}
</style>
background-color css
<style>
a { background-color: #AE815B; }
a { background-color: rgb(174,129,91); }
div.DivClassName
{
background-color: #AE815B;
}
.BgClassName
{
background-color: #AE815B;
}
</style>
border-color css
<style>
span { border-color: #AE815B; }
span { border-color: rgb(174,129,91); }
td.TdClassName
{
border-color: #AE815B;
}
.TagClassName
{
border-color: #AE815B;
}
</style>