Shades of Medium Wood #AA825B
Tints of Medium Wood #AA825B
RGB
CMYK
RGB Variations
Color information
#AA825B (or 0xAA825B) is known color: Medium Wood. HEX triplet: AA, 82 and 5B. RGB value is (170,130,91). Sum of RGB (Red+Green+Blue) = 170+130+91=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825B is #557DA4. Grayscale: #898989. Windows color (decimal): -5602725 or 5997226. OLE color: 5997226.
HSL color Cylindrical-coordinate representation of color #AA825B: hue angle of 29.62º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA825B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 91 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.33 |
| HSL | 29.62º | 0.32% | 0.51% | - |
| HSV(B) | 29.62º | 0.46% | 0.67% | - |
| XYZ | 26.45 | 25.27 | 13.38 | - |
| YUV | 137.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 91 | 0 | 0.24 | 0.46 | 0.33 | 29.62 | 0.32 | 0.51 |
| Hex | AA | 82 | 5B | 0 | 18 | 2E | 21 | 1E | 20 | 33 |
| Octal | 252 | 202 | 133 | 0 | 30 | 56 | 41 | 36 | 40 | 63 |
| Binary | 10101010 | 10000010 | 1011011 | 0 | 11000 | 101110 | 100001 | 11110 | 100000 | 110011 |
Color Harmonies of #AA825B
Complementary color
Monochromatic Colors of #AA825B
Black with #AA825B
Text Example
Text Example
White with #AA825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA825B; }
p { color: rgb(170,130,91); }
H1.HeaderClassName
{
color: #AA825B;
}
.AnyTagClassName
{
color: #AA825B;
}
</style>
background-color css
<style>
a { background-color: #AA825B; }
a { background-color: rgb(170,130,91); }
div.DivClassName
{
background-color: #AA825B;
}
.BgClassName
{
background-color: #AA825B;
}
</style>
border-color css
<style>
span { border-color: #AA825B; }
span { border-color: rgb(170,130,91); }
td.TdClassName
{
border-color: #AA825B;
}
.TagClassName
{
border-color: #AA825B;
}
</style>