Shades of Medium Wood #AA825D
Tints of Medium Wood #AA825D
RGB
CMYK
RGB Variations
Color information
#AA825D (or 0xAA825D) is known color: Medium Wood. HEX triplet: AA, 82 and 5D. RGB value is (170,130,93). Sum of RGB (Red+Green+Blue) = 170+130+93=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825D is #557DA2. Grayscale: #898989. Windows color (decimal): -5602723 or 6128298. OLE color: 6128298.
HSL color Cylindrical-coordinate representation of color #AA825D: hue angle of 28.83º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA825D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 93 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.33 |
| HSL | 28.83º | 0.31% | 0.52% | - |
| HSV(B) | 28.83º | 0.45% | 0.67% | - |
| XYZ | 26.54 | 25.3 | 13.84 | - |
| YUV | 137.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 93 | 0 | 0.24 | 0.45 | 0.33 | 28.83 | 0.31 | 0.52 |
| Hex | AA | 82 | 5D | 0 | 18 | 2D | 21 | 1D | 1F | 34 |
| Octal | 252 | 202 | 135 | 0 | 30 | 55 | 41 | 35 | 37 | 64 |
| Binary | 10101010 | 10000010 | 1011101 | 0 | 11000 | 101101 | 100001 | 11101 | 11111 | 110100 |
Color Harmonies of #AA825D
Complementary color
Monochromatic Colors of #AA825D
Black with #AA825D
Text Example
Text Example
White with #AA825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA825D; }
p { color: rgb(170,130,93); }
H1.HeaderClassName
{
color: #AA825D;
}
.AnyTagClassName
{
color: #AA825D;
}
</style>
background-color css
<style>
a { background-color: #AA825D; }
a { background-color: rgb(170,130,93); }
div.DivClassName
{
background-color: #AA825D;
}
.BgClassName
{
background-color: #AA825D;
}
</style>
border-color css
<style>
span { border-color: #AA825D; }
span { border-color: rgb(170,130,93); }
td.TdClassName
{
border-color: #AA825D;
}
.TagClassName
{
border-color: #AA825D;
}
</style>