Shades of Medium Wood #A9785B
Tints of Medium Wood #A9785B
RGB
CMYK
RGB Variations
Color information
#A9785B (or 0xA9785B) is known color: Medium Wood. HEX triplet: A9, 78 and 5B. RGB value is (169,120,91). Sum of RGB (Red+Green+Blue) = 169+120+91=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9785B is #5687A4. Grayscale: #838383. Windows color (decimal): -5670821 or 5994665. OLE color: 5994665.
HSL color Cylindrical-coordinate representation of color #A9785B: hue angle of 22.31º 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 #A9785B is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 91 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.34 |
| HSL | 22.31º | 0.31% | 0.51% | - |
| HSV(B) | 22.31º | 0.46% | 0.66% | - |
| XYZ | 24.97 | 22.62 | 12.95 | - |
| YUV | 131.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 91 | 0 | 0.29 | 0.46 | 0.34 | 22.31 | 0.31 | 0.51 |
| Hex | A9 | 78 | 5B | 0 | 1D | 2E | 22 | 16 | 1F | 33 |
| Octal | 251 | 170 | 133 | 0 | 35 | 56 | 42 | 26 | 37 | 63 |
| Binary | 10101001 | 1111000 | 1011011 | 0 | 11101 | 101110 | 100010 | 10110 | 11111 | 110011 |
Color Harmonies of #A9785B
Complementary color
Monochromatic Colors of #A9785B
Black with #A9785B
Text Example
Text Example
White with #A9785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9785B; }
p { color: rgb(169,120,91); }
H1.HeaderClassName
{
color: #A9785B;
}
.AnyTagClassName
{
color: #A9785B;
}
</style>
background-color css
<style>
a { background-color: #A9785B; }
a { background-color: rgb(169,120,91); }
div.DivClassName
{
background-color: #A9785B;
}
.BgClassName
{
background-color: #A9785B;
}
</style>
border-color css
<style>
span { border-color: #A9785B; }
span { border-color: rgb(169,120,91); }
td.TdClassName
{
border-color: #A9785B;
}
.TagClassName
{
border-color: #A9785B;
}
</style>