Shades of Teak #AA875E
Tints of Teak #AA875E
RGB
CMYK
RGB Variations
Color information
#AA875E (or 0xAA875E) is known color: Teak. HEX triplet: AA, 87 and 5E. RGB value is (170,135,94). Sum of RGB (Red+Green+Blue) = 170+135+94=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA875E is #5578A1. Grayscale: #8C8C8C. Windows color (decimal): -5601442 or 6195114. OLE color: 6195114.
HSL color Cylindrical-coordinate representation of color #AA875E: hue angle of 32.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA875E is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 94 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.33 |
| HSL | 32.37º | 0.31% | 0.52% | - |
| HSV(B) | 32.37º | 0.45% | 0.67% | - |
| XYZ | 27.26 | 26.68 | 14.3 | - |
| YUV | 140.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 94 | 0 | 0.21 | 0.45 | 0.33 | 32.37 | 0.31 | 0.52 |
| Hex | AA | 87 | 5E | 0 | 15 | 2D | 21 | 20 | 1F | 34 |
| Octal | 252 | 207 | 136 | 0 | 25 | 55 | 41 | 40 | 37 | 64 |
| Binary | 10101010 | 10000111 | 1011110 | 0 | 10101 | 101101 | 100001 | 100000 | 11111 | 110100 |
Color Harmonies of #AA875E
Complementary color
Monochromatic Colors of #AA875E
Black with #AA875E
Text Example
Text Example
White with #AA875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA875E; }
p { color: rgb(170,135,94); }
H1.HeaderClassName
{
color: #AA875E;
}
.AnyTagClassName
{
color: #AA875E;
}
</style>
background-color css
<style>
a { background-color: #AA875E; }
a { background-color: rgb(170,135,94); }
div.DivClassName
{
background-color: #AA875E;
}
.BgClassName
{
background-color: #AA875E;
}
</style>
border-color css
<style>
span { border-color: #AA875E; }
span { border-color: rgb(170,135,94); }
td.TdClassName
{
border-color: #AA875E;
}
.TagClassName
{
border-color: #AA875E;
}
</style>