Shades of Medium Wood #AA795C
Tints of Medium Wood #AA795C
RGB
CMYK
RGB Variations
Color information
#AA795C (or 0xAA795C) is known color: Medium Wood. HEX triplet: AA, 79 and 5C. RGB value is (170,121,92). Sum of RGB (Red+Green+Blue) = 170+121+92=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA795C is #5586A3. Grayscale: #848484. Windows color (decimal): -5605028 or 6060458. OLE color: 6060458.
HSL color Cylindrical-coordinate representation of color #AA795C: hue angle of 22.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA795C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 92 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.33 |
| HSL | 22.31º | 0.31% | 0.51% | - |
| HSV(B) | 22.31º | 0.46% | 0.67% | - |
| XYZ | 25.35 | 22.99 | 13.23 | - |
| YUV | 132.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 92 | 0 | 0.29 | 0.46 | 0.33 | 22.31 | 0.31 | 0.51 |
| Hex | AA | 79 | 5C | 0 | 1D | 2E | 21 | 16 | 1F | 33 |
| Octal | 252 | 171 | 134 | 0 | 35 | 56 | 41 | 26 | 37 | 63 |
| Binary | 10101010 | 1111001 | 1011100 | 0 | 11101 | 101110 | 100001 | 10110 | 11111 | 110011 |
Color Harmonies of #AA795C
Complementary color
Monochromatic Colors of #AA795C
Black with #AA795C
Text Example
Text Example
White with #AA795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA795C; }
p { color: rgb(170,121,92); }
H1.HeaderClassName
{
color: #AA795C;
}
.AnyTagClassName
{
color: #AA795C;
}
</style>
background-color css
<style>
a { background-color: #AA795C; }
a { background-color: rgb(170,121,92); }
div.DivClassName
{
background-color: #AA795C;
}
.BgClassName
{
background-color: #AA795C;
}
</style>
border-color css
<style>
span { border-color: #AA795C; }
span { border-color: rgb(170,121,92); }
td.TdClassName
{
border-color: #AA795C;
}
.TagClassName
{
border-color: #AA795C;
}
</style>