Shades of Teak #AA8753
Tints of Teak #AA8753
RGB
CMYK
RGB Variations
Color information
#AA8753 (or 0xAA8753) is known color: Teak. HEX triplet: AA, 87 and 53. RGB value is (170,135,83). Sum of RGB (Red+Green+Blue) = 170+135+83=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8753 is #5578AC. Grayscale: #8B8B8B. Windows color (decimal): -5601453 or 5474218. OLE color: 5474218.
HSL color Cylindrical-coordinate representation of color #AA8753: hue angle of 35.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8753 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 83 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.33 |
| HSL | 35.86º | 0.34% | 0.5% | - |
| HSV(B) | 35.86º | 0.51% | 0.67% | - |
| XYZ | 26.8 | 26.5 | 11.89 | - |
| YUV | 139.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 83 | 0 | 0.21 | 0.51 | 0.33 | 35.86 | 0.34 | 0.5 |
| Hex | AA | 87 | 53 | 0 | 15 | 33 | 21 | 24 | 22 | 32 |
| Octal | 252 | 207 | 123 | 0 | 25 | 63 | 41 | 44 | 42 | 62 |
| Binary | 10101010 | 10000111 | 1010011 | 0 | 10101 | 110011 | 100001 | 100100 | 100010 | 110010 |
Color Harmonies of #AA8753
Complementary color
Monochromatic Colors of #AA8753
Black with #AA8753
Text Example
Text Example
White with #AA8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8753; }
p { color: rgb(170,135,83); }
H1.HeaderClassName
{
color: #AA8753;
}
.AnyTagClassName
{
color: #AA8753;
}
</style>
background-color css
<style>
a { background-color: #AA8753; }
a { background-color: rgb(170,135,83); }
div.DivClassName
{
background-color: #AA8753;
}
.BgClassName
{
background-color: #AA8753;
}
</style>
border-color css
<style>
span { border-color: #AA8753; }
span { border-color: rgb(170,135,83); }
td.TdClassName
{
border-color: #AA8753;
}
.TagClassName
{
border-color: #AA8753;
}
</style>