Shades of Teak #AA8754
Tints of Teak #AA8754
RGB
CMYK
RGB Variations
Color information
#AA8754 (or 0xAA8754) is known color: Teak. HEX triplet: AA, 87 and 54. RGB value is (170,135,84). Sum of RGB (Red+Green+Blue) = 170+135+84=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8754 is #5578AB. Grayscale: #8B8B8B. Windows color (decimal): -5601452 or 5539754. OLE color: 5539754.
HSL color Cylindrical-coordinate representation of color #AA8754: hue angle of 35.58º 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 #AA8754 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 84 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.33 |
| HSL | 35.58º | 0.34% | 0.5% | - |
| HSV(B) | 35.58º | 0.51% | 0.67% | - |
| XYZ | 26.84 | 26.51 | 12.09 | - |
| YUV | 139.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 84 | 0 | 0.21 | 0.51 | 0.33 | 35.58 | 0.34 | 0.5 |
| Hex | AA | 87 | 54 | 0 | 15 | 33 | 21 | 24 | 22 | 32 |
| Octal | 252 | 207 | 124 | 0 | 25 | 63 | 41 | 44 | 42 | 62 |
| Binary | 10101010 | 10000111 | 1010100 | 0 | 10101 | 110011 | 100001 | 100100 | 100010 | 110010 |
Color Harmonies of #AA8754
Complementary color
Monochromatic Colors of #AA8754
Black with #AA8754
Text Example
Text Example
White with #AA8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8754; }
p { color: rgb(170,135,84); }
H1.HeaderClassName
{
color: #AA8754;
}
.AnyTagClassName
{
color: #AA8754;
}
</style>
background-color css
<style>
a { background-color: #AA8754; }
a { background-color: rgb(170,135,84); }
div.DivClassName
{
background-color: #AA8754;
}
.BgClassName
{
background-color: #AA8754;
}
</style>
border-color css
<style>
span { border-color: #AA8754; }
span { border-color: rgb(170,135,84); }
td.TdClassName
{
border-color: #AA8754;
}
.TagClassName
{
border-color: #AA8754;
}
</style>