Shades of Medium Wood #AA795D
Tints of Medium Wood #AA795D
RGB
CMYK
RGB Variations
Color information
#AA795D (or 0xAA795D) is known color: Medium Wood. HEX triplet: AA, 79 and 5D. RGB value is (170,121,93). Sum of RGB (Red+Green+Blue) = 170+121+93=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA795D is #5586A2. Grayscale: #848484. Windows color (decimal): -5605027 or 6125994. OLE color: 6125994.
HSL color Cylindrical-coordinate representation of color #AA795D: hue angle of 21.82º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA795D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 93 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.33 |
| HSL | 21.82º | 0.31% | 0.52% | - |
| HSV(B) | 21.82º | 0.45% | 0.67% | - |
| XYZ | 25.39 | 23.01 | 13.46 | - |
| YUV | 132.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 93 | 0 | 0.29 | 0.45 | 0.33 | 21.82 | 0.31 | 0.52 |
| Hex | AA | 79 | 5D | 0 | 1D | 2D | 21 | 16 | 1F | 34 |
| Octal | 252 | 171 | 135 | 0 | 35 | 55 | 41 | 26 | 37 | 64 |
| Binary | 10101010 | 1111001 | 1011101 | 0 | 11101 | 101101 | 100001 | 10110 | 11111 | 110100 |
Color Harmonies of #AA795D
Complementary color
Monochromatic Colors of #AA795D
Black with #AA795D
Text Example
Text Example
White with #AA795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA795D; }
p { color: rgb(170,121,93); }
H1.HeaderClassName
{
color: #AA795D;
}
.AnyTagClassName
{
color: #AA795D;
}
</style>
background-color css
<style>
a { background-color: #AA795D; }
a { background-color: rgb(170,121,93); }
div.DivClassName
{
background-color: #AA795D;
}
.BgClassName
{
background-color: #AA795D;
}
</style>
border-color css
<style>
span { border-color: #AA795D; }
span { border-color: rgb(170,121,93); }
td.TdClassName
{
border-color: #AA795D;
}
.TagClassName
{
border-color: #AA795D;
}
</style>