Shades of Medium Wood #AE795C
Tints of Medium Wood #AE795C
RGB
CMYK
RGB Variations
Color information
#AE795C (or 0xAE795C) is known color: Medium Wood. HEX triplet: AE, 79 and 5C. RGB value is (174,121,92). Sum of RGB (Red+Green+Blue) = 174+121+92=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE795C is #5186A3. Grayscale: #858585. Windows color (decimal): -5342884 or 6060462. OLE color: 6060462.
HSL color Cylindrical-coordinate representation of color #AE795C: hue angle of 21.22º 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 #AE795C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 121 | 92 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.32 |
| HSL | 21.22º | 0.34% | 0.52% | - |
| HSV(B) | 21.22º | 0.47% | 0.68% | - |
| XYZ | 26.22 | 23.45 | 13.27 | - |
| YUV | 133.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 121 | 92 | 0 | 0.30 | 0.47 | 0.32 | 21.22 | 0.34 | 0.52 |
| Hex | AE | 79 | 5C | 0 | 1E | 2F | 20 | 15 | 22 | 34 |
| Octal | 256 | 171 | 134 | 0 | 36 | 57 | 40 | 25 | 42 | 64 |
| Binary | 10101110 | 1111001 | 1011100 | 0 | 11110 | 101111 | 100000 | 10101 | 100010 | 110100 |
Color Harmonies of #AE795C
Complementary color
Monochromatic Colors of #AE795C
Black with #AE795C
Text Example
Text Example
White with #AE795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE795C; }
p { color: rgb(174,121,92); }
H1.HeaderClassName
{
color: #AE795C;
}
.AnyTagClassName
{
color: #AE795C;
}
</style>
background-color css
<style>
a { background-color: #AE795C; }
a { background-color: rgb(174,121,92); }
div.DivClassName
{
background-color: #AE795C;
}
.BgClassName
{
background-color: #AE795C;
}
</style>
border-color css
<style>
span { border-color: #AE795C; }
span { border-color: rgb(174,121,92); }
td.TdClassName
{
border-color: #AE795C;
}
.TagClassName
{
border-color: #AE795C;
}
</style>