Shades of Medium Wood #A5785A
Tints of Medium Wood #A5785A
RGB
CMYK
RGB Variations
Color information
#A5785A (or 0xA5785A) is known color: Medium Wood. HEX triplet: A5, 78 and 5A. RGB value is (165,120,90). Sum of RGB (Red+Green+Blue) = 165+120+90=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5785A is #5A87A5. Grayscale: #828282. Windows color (decimal): -5932966 or 5929125. OLE color: 5929125.
HSL color Cylindrical-coordinate representation of color #A5785A: hue angle of 24º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5785A is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 90 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.35 |
| HSL | 24º | 0.29% | 0.5% | - |
| HSV(B) | 24º | 0.45% | 0.65% | - |
| XYZ | 24.08 | 22.17 | 12.68 | - |
| YUV | 130.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 90 | 0 | 0.27 | 0.45 | 0.35 | 24 | 0.29 | 0.5 |
| Hex | A5 | 78 | 5A | 0 | 1B | 2D | 23 | 18 | 1D | 32 |
| Octal | 245 | 170 | 132 | 0 | 33 | 55 | 43 | 30 | 35 | 62 |
| Binary | 10100101 | 1111000 | 1011010 | 0 | 11011 | 101101 | 100011 | 11000 | 11101 | 110010 |
Color Harmonies of #A5785A
Complementary color
Monochromatic Colors of #A5785A
Black with #A5785A
Text Example
Text Example
White with #A5785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5785A; }
p { color: rgb(165,120,90); }
H1.HeaderClassName
{
color: #A5785A;
}
.AnyTagClassName
{
color: #A5785A;
}
</style>
background-color css
<style>
a { background-color: #A5785A; }
a { background-color: rgb(165,120,90); }
div.DivClassName
{
background-color: #A5785A;
}
.BgClassName
{
background-color: #A5785A;
}
</style>
border-color css
<style>
span { border-color: #A5785A; }
span { border-color: rgb(165,120,90); }
td.TdClassName
{
border-color: #A5785A;
}
.TagClassName
{
border-color: #A5785A;
}
</style>