Shades of Medium Wood #AA826F
Tints of Medium Wood #AA826F
RGB
CMYK
RGB Variations
Color information
#AA826F (or 0xAA826F) is known color: Medium Wood. HEX triplet: AA, 82 and 6F. RGB value is (170,130,111). Sum of RGB (Red+Green+Blue) = 170+130+111=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826F is #557D90. Grayscale: #8B8B8B. Windows color (decimal): -5602705 or 7307946. OLE color: 7307946.
HSL color Cylindrical-coordinate representation of color #AA826F: hue angle of 19.32º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA826F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 111 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.33 |
| HSL | 19.32º | 0.26% | 0.55% | - |
| HSV(B) | 19.32º | 0.35% | 0.67% | - |
| XYZ | 27.43 | 25.66 | 18.55 | - |
| YUV | 139.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 111 | 0 | 0.24 | 0.35 | 0.33 | 19.32 | 0.26 | 0.55 |
| Hex | AA | 82 | 6F | 0 | 18 | 23 | 21 | 13 | 1A | 37 |
| Octal | 252 | 202 | 157 | 0 | 30 | 43 | 41 | 23 | 32 | 67 |
| Binary | 10101010 | 10000010 | 1101111 | 0 | 11000 | 100011 | 100001 | 10011 | 11010 | 110111 |
Color Harmonies of #AA826F
Complementary color
Monochromatic Colors of #AA826F
Black with #AA826F
Text Example
Text Example
White with #AA826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA826F; }
p { color: rgb(170,130,111); }
H1.HeaderClassName
{
color: #AA826F;
}
.AnyTagClassName
{
color: #AA826F;
}
</style>
background-color css
<style>
a { background-color: #AA826F; }
a { background-color: rgb(170,130,111); }
div.DivClassName
{
background-color: #AA826F;
}
.BgClassName
{
background-color: #AA826F;
}
</style>
border-color css
<style>
span { border-color: #AA826F; }
span { border-color: rgb(170,130,111); }
td.TdClassName
{
border-color: #AA826F;
}
.TagClassName
{
border-color: #AA826F;
}
</style>