Shades of Medium Wood #AE825B
Tints of Medium Wood #AE825B
RGB
CMYK
RGB Variations
Color information
#AE825B (or 0xAE825B) is known color: Medium Wood. HEX triplet: AE, 82 and 5B. RGB value is (174,130,91). Sum of RGB (Red+Green+Blue) = 174+130+91=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE825B is #517DA4. Grayscale: #8A8A8A. Windows color (decimal): -5340581 or 5997230. OLE color: 5997230.
HSL color Cylindrical-coordinate representation of color #AE825B: hue angle of 28.19º 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 #AE825B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 91 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.32 |
| HSL | 28.19º | 0.34% | 0.52% | - |
| HSV(B) | 28.19º | 0.48% | 0.68% | - |
| XYZ | 27.33 | 25.72 | 13.42 | - |
| YUV | 138.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 91 | 0 | 0.25 | 0.48 | 0.32 | 28.19 | 0.34 | 0.52 |
| Hex | AE | 82 | 5B | 0 | 19 | 30 | 20 | 1C | 22 | 34 |
| Octal | 256 | 202 | 133 | 0 | 31 | 60 | 40 | 34 | 42 | 64 |
| Binary | 10101110 | 10000010 | 1011011 | 0 | 11001 | 110000 | 100000 | 11100 | 100010 | 110100 |
Color Harmonies of #AE825B
Complementary color
Monochromatic Colors of #AE825B
Black with #AE825B
Text Example
Text Example
White with #AE825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE825B; }
p { color: rgb(174,130,91); }
H1.HeaderClassName
{
color: #AE825B;
}
.AnyTagClassName
{
color: #AE825B;
}
</style>
background-color css
<style>
a { background-color: #AE825B; }
a { background-color: rgb(174,130,91); }
div.DivClassName
{
background-color: #AE825B;
}
.BgClassName
{
background-color: #AE825B;
}
</style>
border-color css
<style>
span { border-color: #AE825B; }
span { border-color: rgb(174,130,91); }
td.TdClassName
{
border-color: #AE825B;
}
.TagClassName
{
border-color: #AE825B;
}
</style>