Shades of Teak #AA8655
Tints of Teak #AA8655
RGB
CMYK
RGB Variations
Color information
#AA8655 (or 0xAA8655) is known color: Teak. HEX triplet: AA, 86 and 55. RGB value is (170,134,85). Sum of RGB (Red+Green+Blue) = 170+134+85=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8655 is #5579AA. Grayscale: #8B8B8B. Windows color (decimal): -5601707 or 5605034. OLE color: 5605034.
HSL color Cylindrical-coordinate representation of color #AA8655: hue angle of 34.59º 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 #AA8655 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 85 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.33 |
| HSL | 34.59º | 0.33% | 0.5% | - |
| HSV(B) | 34.59º | 0.5% | 0.67% | - |
| XYZ | 26.74 | 26.25 | 12.25 | - |
| YUV | 139.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 85 | 0 | 0.21 | 0.50 | 0.33 | 34.59 | 0.33 | 0.5 |
| Hex | AA | 86 | 55 | 0 | 15 | 32 | 21 | 23 | 21 | 32 |
| Octal | 252 | 206 | 125 | 0 | 25 | 62 | 41 | 43 | 41 | 62 |
| Binary | 10101010 | 10000110 | 1010101 | 0 | 10101 | 110010 | 100001 | 100011 | 100001 | 110010 |
Color Harmonies of #AA8655
Complementary color
Monochromatic Colors of #AA8655
Black with #AA8655
Text Example
Text Example
White with #AA8655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8655; }
p { color: rgb(170,134,85); }
H1.HeaderClassName
{
color: #AA8655;
}
.AnyTagClassName
{
color: #AA8655;
}
</style>
background-color css
<style>
a { background-color: #AA8655; }
a { background-color: rgb(170,134,85); }
div.DivClassName
{
background-color: #AA8655;
}
.BgClassName
{
background-color: #AA8655;
}
</style>
border-color css
<style>
span { border-color: #AA8655; }
span { border-color: rgb(170,134,85); }
td.TdClassName
{
border-color: #AA8655;
}
.TagClassName
{
border-color: #AA8655;
}
</style>