Shades of Medium Wood #AA7A55
Tints of Medium Wood #AA7A55
RGB
CMYK
RGB Variations
Color information
#AA7A55 (or 0xAA7A55) is known color: Medium Wood. HEX triplet: AA, 7A and 55. RGB value is (170,122,85). Sum of RGB (Red+Green+Blue) = 170+122+85=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A55 is #5585AA. Grayscale: #848484. Windows color (decimal): -5604779 or 5601962. OLE color: 5601962.
HSL color Cylindrical-coordinate representation of color #AA7A55: hue angle of 26.12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7A55 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 85 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.33 |
| HSL | 26.12º | 0.33% | 0.5% | - |
| HSV(B) | 26.12º | 0.5% | 0.67% | - |
| XYZ | 25.18 | 23.12 | 11.73 | - |
| YUV | 132.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 85 | 0 | 0.28 | 0.50 | 0.33 | 26.12 | 0.33 | 0.5 |
| Hex | AA | 7A | 55 | 0 | 1C | 32 | 21 | 1A | 21 | 32 |
| Octal | 252 | 172 | 125 | 0 | 34 | 62 | 41 | 32 | 41 | 62 |
| Binary | 10101010 | 1111010 | 1010101 | 0 | 11100 | 110010 | 100001 | 11010 | 100001 | 110010 |
Color Harmonies of #AA7A55
Complementary color
Monochromatic Colors of #AA7A55
Black with #AA7A55
Text Example
Text Example
White with #AA7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A55; }
p { color: rgb(170,122,85); }
H1.HeaderClassName
{
color: #AA7A55;
}
.AnyTagClassName
{
color: #AA7A55;
}
</style>
background-color css
<style>
a { background-color: #AA7A55; }
a { background-color: rgb(170,122,85); }
div.DivClassName
{
background-color: #AA7A55;
}
.BgClassName
{
background-color: #AA7A55;
}
</style>
border-color css
<style>
span { border-color: #AA7A55; }
span { border-color: rgb(170,122,85); }
td.TdClassName
{
border-color: #AA7A55;
}
.TagClassName
{
border-color: #AA7A55;
}
</style>