Shades of Medium Wood #AA7955
Tints of Medium Wood #AA7955
RGB
CMYK
RGB Variations
Color information
#AA7955 (or 0xAA7955) is known color: Medium Wood. HEX triplet: AA, 79 and 55. RGB value is (170,121,85). Sum of RGB (Red+Green+Blue) = 170+121+85=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7955 is #5586AA. Grayscale: #838383. Windows color (decimal): -5605035 or 5601706. OLE color: 5601706.
HSL color Cylindrical-coordinate representation of color #AA7955: hue angle of 25.41º 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 #AA7955 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 85 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.33 |
| HSL | 25.41º | 0.33% | 0.5% | - |
| HSV(B) | 25.41º | 0.5% | 0.67% | - |
| XYZ | 25.05 | 22.88 | 11.69 | - |
| YUV | 131.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 85 | 0 | 0.29 | 0.50 | 0.33 | 25.41 | 0.33 | 0.5 |
| Hex | AA | 79 | 55 | 0 | 1D | 32 | 21 | 19 | 21 | 32 |
| Octal | 252 | 171 | 125 | 0 | 35 | 62 | 41 | 31 | 41 | 62 |
| Binary | 10101010 | 1111001 | 1010101 | 0 | 11101 | 110010 | 100001 | 11001 | 100001 | 110010 |
Color Harmonies of #AA7955
Complementary color
Monochromatic Colors of #AA7955
Black with #AA7955
Text Example
Text Example
White with #AA7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7955; }
p { color: rgb(170,121,85); }
H1.HeaderClassName
{
color: #AA7955;
}
.AnyTagClassName
{
color: #AA7955;
}
</style>
background-color css
<style>
a { background-color: #AA7955; }
a { background-color: rgb(170,121,85); }
div.DivClassName
{
background-color: #AA7955;
}
.BgClassName
{
background-color: #AA7955;
}
</style>
border-color css
<style>
span { border-color: #AA7955; }
span { border-color: rgb(170,121,85); }
td.TdClassName
{
border-color: #AA7955;
}
.TagClassName
{
border-color: #AA7955;
}
</style>