Shades of Medium Wood #AE825C
Tints of Medium Wood #AE825C
RGB
CMYK
RGB Variations
Color information
#AE825C (or 0xAE825C) is known color: Medium Wood. HEX triplet: AE, 82 and 5C. RGB value is (174,130,92). Sum of RGB (Red+Green+Blue) = 174+130+92=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE825C is #517DA3. Grayscale: #8B8B8B. Windows color (decimal): -5340580 or 6062766. OLE color: 6062766.
HSL color Cylindrical-coordinate representation of color #AE825C: hue angle of 27.8º 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 #AE825C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 92 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.32 |
| HSL | 27.8º | 0.34% | 0.52% | - |
| HSV(B) | 27.8º | 0.47% | 0.68% | - |
| XYZ | 27.37 | 25.74 | 13.65 | - |
| YUV | 138.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 92 | 0 | 0.25 | 0.47 | 0.32 | 27.8 | 0.34 | 0.52 |
| Hex | AE | 82 | 5C | 0 | 19 | 2F | 20 | 1C | 22 | 34 |
| Octal | 256 | 202 | 134 | 0 | 31 | 57 | 40 | 34 | 42 | 64 |
| Binary | 10101110 | 10000010 | 1011100 | 0 | 11001 | 101111 | 100000 | 11100 | 100010 | 110100 |
Color Harmonies of #AE825C
Complementary color
Monochromatic Colors of #AE825C
Black with #AE825C
Text Example
Text Example
White with #AE825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE825C; }
p { color: rgb(174,130,92); }
H1.HeaderClassName
{
color: #AE825C;
}
.AnyTagClassName
{
color: #AE825C;
}
</style>
background-color css
<style>
a { background-color: #AE825C; }
a { background-color: rgb(174,130,92); }
div.DivClassName
{
background-color: #AE825C;
}
.BgClassName
{
background-color: #AE825C;
}
</style>
border-color css
<style>
span { border-color: #AE825C; }
span { border-color: rgb(174,130,92); }
td.TdClassName
{
border-color: #AE825C;
}
.TagClassName
{
border-color: #AE825C;
}
</style>