Shades of Medium Wood #A5795E
Tints of Medium Wood #A5795E
RGB
CMYK
RGB Variations
Color information
#A5795E (or 0xA5795E) is known color: Medium Wood. HEX triplet: A5, 79 and 5E. RGB value is (165,121,94). Sum of RGB (Red+Green+Blue) = 165+121+94=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A5795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5795E is #5A86A1. Grayscale: #838383. Windows color (decimal): -5932706 or 6191525. OLE color: 6191525.
HSL color Cylindrical-coordinate representation of color #A5795E: hue angle of 22.82º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5795E is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 94 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.35 |
| HSL | 22.82º | 0.28% | 0.51% | - |
| HSV(B) | 22.82º | 0.43% | 0.65% | - |
| XYZ | 24.37 | 22.48 | 13.64 | - |
| YUV | 131.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 94 | 0 | 0.27 | 0.43 | 0.35 | 22.82 | 0.28 | 0.51 |
| Hex | A5 | 79 | 5E | 0 | 1B | 2B | 23 | 17 | 1C | 33 |
| Octal | 245 | 171 | 136 | 0 | 33 | 53 | 43 | 27 | 34 | 63 |
| Binary | 10100101 | 1111001 | 1011110 | 0 | 11011 | 101011 | 100011 | 10111 | 11100 | 110011 |
Color Harmonies of #A5795E
Complementary color
Monochromatic Colors of #A5795E
Black with #A5795E
Text Example
Text Example
White with #A5795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5795E; }
p { color: rgb(165,121,94); }
H1.HeaderClassName
{
color: #A5795E;
}
.AnyTagClassName
{
color: #A5795E;
}
</style>
background-color css
<style>
a { background-color: #A5795E; }
a { background-color: rgb(165,121,94); }
div.DivClassName
{
background-color: #A5795E;
}
.BgClassName
{
background-color: #A5795E;
}
</style>
border-color css
<style>
span { border-color: #A5795E; }
span { border-color: rgb(165,121,94); }
td.TdClassName
{
border-color: #A5795E;
}
.TagClassName
{
border-color: #A5795E;
}
</style>