Shades of Medium Wood #AA7A5B
Tints of Medium Wood #AA7A5B
RGB
CMYK
RGB Variations
Color information
#AA7A5B (or 0xAA7A5B) is known color: Medium Wood. HEX triplet: AA, 7A and 5B. RGB value is (170,122,91). Sum of RGB (Red+Green+Blue) = 170+122+91=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A5B is #5585A4. Grayscale: #848484. Windows color (decimal): -5604773 or 5995178. OLE color: 5995178.
HSL color Cylindrical-coordinate representation of color #AA7A5B: hue angle of 23.54º 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 #AA7A5B is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 91 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.33 |
| HSL | 23.54º | 0.32% | 0.51% | - |
| HSV(B) | 23.54º | 0.46% | 0.67% | - |
| XYZ | 25.43 | 23.22 | 13.04 | - |
| YUV | 132.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 91 | 0 | 0.28 | 0.46 | 0.33 | 23.54 | 0.32 | 0.51 |
| Hex | AA | 7A | 5B | 0 | 1C | 2E | 21 | 18 | 20 | 33 |
| Octal | 252 | 172 | 133 | 0 | 34 | 56 | 41 | 30 | 40 | 63 |
| Binary | 10101010 | 1111010 | 1011011 | 0 | 11100 | 101110 | 100001 | 11000 | 100000 | 110011 |
Color Harmonies of #AA7A5B
Complementary color
Monochromatic Colors of #AA7A5B
Black with #AA7A5B
Text Example
Text Example
White with #AA7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A5B; }
p { color: rgb(170,122,91); }
H1.HeaderClassName
{
color: #AA7A5B;
}
.AnyTagClassName
{
color: #AA7A5B;
}
</style>
background-color css
<style>
a { background-color: #AA7A5B; }
a { background-color: rgb(170,122,91); }
div.DivClassName
{
background-color: #AA7A5B;
}
.BgClassName
{
background-color: #AA7A5B;
}
</style>
border-color css
<style>
span { border-color: #AA7A5B; }
span { border-color: rgb(170,122,91); }
td.TdClassName
{
border-color: #AA7A5B;
}
.TagClassName
{
border-color: #AA7A5B;
}
</style>