Shades of Teak #AA8751
Tints of Teak #AA8751
RGB
CMYK
RGB Variations
Color information
#AA8751 (or 0xAA8751) is known color: Teak. HEX triplet: AA, 87 and 51. RGB value is (170,135,81). Sum of RGB (Red+Green+Blue) = 170+135+81=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8751 is #5578AE. Grayscale: #8B8B8B. Windows color (decimal): -5601455 or 5343146. OLE color: 5343146.
HSL color Cylindrical-coordinate representation of color #AA8751: hue angle of 36.4º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA8751 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 81 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.33 |
| HSL | 36.4º | 0.35% | 0.49% | - |
| HSV(B) | 36.4º | 0.52% | 0.67% | - |
| XYZ | 26.73 | 26.47 | 11.48 | - |
| YUV | 139.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 81 | 0 | 0.21 | 0.52 | 0.33 | 36.4 | 0.35 | 0.49 |
| Hex | AA | 87 | 51 | 0 | 15 | 34 | 21 | 24 | 23 | 31 |
| Octal | 252 | 207 | 121 | 0 | 25 | 64 | 41 | 44 | 43 | 61 |
| Binary | 10101010 | 10000111 | 1010001 | 0 | 10101 | 110100 | 100001 | 100100 | 100011 | 110001 |
Color Harmonies of #AA8751
Complementary color
Monochromatic Colors of #AA8751
Black with #AA8751
Text Example
Text Example
White with #AA8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8751; }
p { color: rgb(170,135,81); }
H1.HeaderClassName
{
color: #AA8751;
}
.AnyTagClassName
{
color: #AA8751;
}
</style>
background-color css
<style>
a { background-color: #AA8751; }
a { background-color: rgb(170,135,81); }
div.DivClassName
{
background-color: #AA8751;
}
.BgClassName
{
background-color: #AA8751;
}
</style>
border-color css
<style>
span { border-color: #AA8751; }
span { border-color: rgb(170,135,81); }
td.TdClassName
{
border-color: #AA8751;
}
.TagClassName
{
border-color: #AA8751;
}
</style>