Shades of Medium Wood #AE815C
Tints of Medium Wood #AE815C
RGB
CMYK
RGB Variations
Color information
#AE815C (or 0xAE815C) is known color: Medium Wood. HEX triplet: AE, 81 and 5C. RGB value is (174,129,92). Sum of RGB (Red+Green+Blue) = 174+129+92=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815C is #517EA3. Grayscale: #8A8A8A. Windows color (decimal): -5340836 or 6062510. OLE color: 6062510.
HSL color Cylindrical-coordinate representation of color #AE815C: hue angle of 27.07º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE815C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 92 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.32 |
| HSL | 27.07º | 0.34% | 0.52% | - |
| HSV(B) | 27.07º | 0.47% | 0.68% | - |
| XYZ | 27.24 | 25.47 | 13.61 | - |
| YUV | 138.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 92 | 0 | 0.26 | 0.47 | 0.32 | 27.07 | 0.34 | 0.52 |
| Hex | AE | 81 | 5C | 0 | 1A | 2F | 20 | 1B | 22 | 34 |
| Octal | 256 | 201 | 134 | 0 | 32 | 57 | 40 | 33 | 42 | 64 |
| Binary | 10101110 | 10000001 | 1011100 | 0 | 11010 | 101111 | 100000 | 11011 | 100010 | 110100 |
Color Harmonies of #AE815C
Complementary color
Monochromatic Colors of #AE815C
Black with #AE815C
Text Example
Text Example
White with #AE815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE815C; }
p { color: rgb(174,129,92); }
H1.HeaderClassName
{
color: #AE815C;
}
.AnyTagClassName
{
color: #AE815C;
}
</style>
background-color css
<style>
a { background-color: #AE815C; }
a { background-color: rgb(174,129,92); }
div.DivClassName
{
background-color: #AE815C;
}
.BgClassName
{
background-color: #AE815C;
}
</style>
border-color css
<style>
span { border-color: #AE815C; }
span { border-color: rgb(174,129,92); }
td.TdClassName
{
border-color: #AE815C;
}
.TagClassName
{
border-color: #AE815C;
}
</style>