Shades of Medium Wood #AA825C
Tints of Medium Wood #AA825C
RGB
CMYK
RGB Variations
Color information
#AA825C (or 0xAA825C) is known color: Medium Wood. HEX triplet: AA, 82 and 5C. RGB value is (170,130,92). Sum of RGB (Red+Green+Blue) = 170+130+92=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825C is #557DA3. Grayscale: #898989. Windows color (decimal): -5602724 or 6062762. OLE color: 6062762.
HSL color Cylindrical-coordinate representation of color #AA825C: hue angle of 29.23º degrees, saturation: 0.31, 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 #AA825C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 92 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.33 |
| HSL | 29.23º | 0.31% | 0.51% | - |
| HSV(B) | 29.23º | 0.46% | 0.67% | - |
| XYZ | 26.49 | 25.28 | 13.61 | - |
| YUV | 137.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 92 | 0 | 0.24 | 0.46 | 0.33 | 29.23 | 0.31 | 0.51 |
| Hex | AA | 82 | 5C | 0 | 18 | 2E | 21 | 1D | 1F | 33 |
| Octal | 252 | 202 | 134 | 0 | 30 | 56 | 41 | 35 | 37 | 63 |
| Binary | 10101010 | 10000010 | 1011100 | 0 | 11000 | 101110 | 100001 | 11101 | 11111 | 110011 |
Color Harmonies of #AA825C
Complementary color
Monochromatic Colors of #AA825C
Black with #AA825C
Text Example
Text Example
White with #AA825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA825C; }
p { color: rgb(170,130,92); }
H1.HeaderClassName
{
color: #AA825C;
}
.AnyTagClassName
{
color: #AA825C;
}
</style>
background-color css
<style>
a { background-color: #AA825C; }
a { background-color: rgb(170,130,92); }
div.DivClassName
{
background-color: #AA825C;
}
.BgClassName
{
background-color: #AA825C;
}
</style>
border-color css
<style>
span { border-color: #AA825C; }
span { border-color: rgb(170,130,92); }
td.TdClassName
{
border-color: #AA825C;
}
.TagClassName
{
border-color: #AA825C;
}
</style>