Shades of Medium Wood #AD825A
Tints of Medium Wood #AD825A
RGB
CMYK
RGB Variations
Color information
#AD825A (or 0xAD825A) is known color: Medium Wood. HEX triplet: AD, 82 and 5A. RGB value is (173,130,90). Sum of RGB (Red+Green+Blue) = 173+130+90=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD825A is #527DA5. Grayscale: #8A8A8A. Windows color (decimal): -5406118 or 5931693. OLE color: 5931693.
HSL color Cylindrical-coordinate representation of color #AD825A: hue angle of 28.92º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD825A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 90 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.32 |
| HSL | 28.92º | 0.34% | 0.52% | - |
| HSV(B) | 28.92º | 0.48% | 0.68% | - |
| XYZ | 27.06 | 25.59 | 13.19 | - |
| YUV | 138.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 90 | 0 | 0.25 | 0.48 | 0.32 | 28.92 | 0.34 | 0.52 |
| Hex | AD | 82 | 5A | 0 | 19 | 30 | 20 | 1D | 22 | 34 |
| Octal | 255 | 202 | 132 | 0 | 31 | 60 | 40 | 35 | 42 | 64 |
| Binary | 10101101 | 10000010 | 1011010 | 0 | 11001 | 110000 | 100000 | 11101 | 100010 | 110100 |
Color Harmonies of #AD825A
Complementary color
Monochromatic Colors of #AD825A
Black with #AD825A
Text Example
Text Example
White with #AD825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD825A; }
p { color: rgb(173,130,90); }
H1.HeaderClassName
{
color: #AD825A;
}
.AnyTagClassName
{
color: #AD825A;
}
</style>
background-color css
<style>
a { background-color: #AD825A; }
a { background-color: rgb(173,130,90); }
div.DivClassName
{
background-color: #AD825A;
}
.BgClassName
{
background-color: #AD825A;
}
</style>
border-color css
<style>
span { border-color: #AD825A; }
span { border-color: rgb(173,130,90); }
td.TdClassName
{
border-color: #AD825A;
}
.TagClassName
{
border-color: #AD825A;
}
</style>