Shades of Medium Wood #A7785A
Tints of Medium Wood #A7785A
RGB
CMYK
RGB Variations
Color information
#A7785A (or 0xA7785A) is known color: Medium Wood. HEX triplet: A7, 78 and 5A. RGB value is (167,120,90). Sum of RGB (Red+Green+Blue) = 167+120+90=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7785A is #5887A5. Grayscale: #828282. Windows color (decimal): -5801894 or 5929127. OLE color: 5929127.
HSL color Cylindrical-coordinate representation of color #A7785A: hue angle of 23.38º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7785A is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 120 | 90 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.35 |
| HSL | 23.38º | 0.3% | 0.5% | - |
| HSV(B) | 23.38º | 0.46% | 0.65% | - |
| XYZ | 24.5 | 22.39 | 12.7 | - |
| YUV | 130.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 90 | 0 | 0.28 | 0.46 | 0.35 | 23.38 | 0.3 | 0.5 |
| Hex | A7 | 78 | 5A | 0 | 1C | 2E | 23 | 17 | 1E | 32 |
| Octal | 247 | 170 | 132 | 0 | 34 | 56 | 43 | 27 | 36 | 62 |
| Binary | 10100111 | 1111000 | 1011010 | 0 | 11100 | 101110 | 100011 | 10111 | 11110 | 110010 |
Color Harmonies of #A7785A
Complementary color
Monochromatic Colors of #A7785A
Black with #A7785A
Text Example
Text Example
White with #A7785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7785A; }
p { color: rgb(167,120,90); }
H1.HeaderClassName
{
color: #A7785A;
}
.AnyTagClassName
{
color: #A7785A;
}
</style>
background-color css
<style>
a { background-color: #A7785A; }
a { background-color: rgb(167,120,90); }
div.DivClassName
{
background-color: #A7785A;
}
.BgClassName
{
background-color: #A7785A;
}
</style>
border-color css
<style>
span { border-color: #A7785A; }
span { border-color: rgb(167,120,90); }
td.TdClassName
{
border-color: #A7785A;
}
.TagClassName
{
border-color: #A7785A;
}
</style>