Shades of Medium Wood #A9795C
Tints of Medium Wood #A9795C
RGB
CMYK
RGB Variations
Color information
#A9795C (or 0xA9795C) is known color: Medium Wood. HEX triplet: A9, 79 and 5C. RGB value is (169,121,92). Sum of RGB (Red+Green+Blue) = 169+121+92=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9795C is #5686A3. Grayscale: #848484. Windows color (decimal): -5670564 or 6060457. OLE color: 6060457.
HSL color Cylindrical-coordinate representation of color #A9795C: hue angle of 22.6º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9795C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 92 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.34 |
| HSL | 22.6º | 0.31% | 0.51% | - |
| HSV(B) | 22.6º | 0.46% | 0.66% | - |
| XYZ | 25.13 | 22.88 | 13.22 | - |
| YUV | 132.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 92 | 0 | 0.28 | 0.46 | 0.34 | 22.6 | 0.31 | 0.51 |
| Hex | A9 | 79 | 5C | 0 | 1C | 2E | 22 | 17 | 1F | 33 |
| Octal | 251 | 171 | 134 | 0 | 34 | 56 | 42 | 27 | 37 | 63 |
| Binary | 10101001 | 1111001 | 1011100 | 0 | 11100 | 101110 | 100010 | 10111 | 11111 | 110011 |
Color Harmonies of #A9795C
Complementary color
Monochromatic Colors of #A9795C
Black with #A9795C
Text Example
Text Example
White with #A9795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9795C; }
p { color: rgb(169,121,92); }
H1.HeaderClassName
{
color: #A9795C;
}
.AnyTagClassName
{
color: #A9795C;
}
</style>
background-color css
<style>
a { background-color: #A9795C; }
a { background-color: rgb(169,121,92); }
div.DivClassName
{
background-color: #A9795C;
}
.BgClassName
{
background-color: #A9795C;
}
</style>
border-color css
<style>
span { border-color: #A9795C; }
span { border-color: rgb(169,121,92); }
td.TdClassName
{
border-color: #A9795C;
}
.TagClassName
{
border-color: #A9795C;
}
</style>