Shades of Teak #AA884F
Tints of Teak #AA884F
RGB
CMYK
RGB Variations
Color information
#AA884F (or 0xAA884F) is known color: Teak. HEX triplet: AA, 88 and 4F. RGB value is (170,136,79). Sum of RGB (Red+Green+Blue) = 170+136+79=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA884F is #5577B0. Grayscale: #8B8B8B. Windows color (decimal): -5601201 or 5212330. OLE color: 5212330.
HSL color Cylindrical-coordinate representation of color #AA884F: hue angle of 37.58º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA884F is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 79 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.33 |
| HSL | 37.58º | 0.37% | 0.49% | - |
| HSV(B) | 37.58º | 0.54% | 0.67% | - |
| XYZ | 26.79 | 26.72 | 11.14 | - |
| YUV | 139.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 79 | 0 | 0.20 | 0.54 | 0.33 | 37.58 | 0.37 | 0.49 |
| Hex | AA | 88 | 4F | 0 | 14 | 36 | 21 | 26 | 25 | 31 |
| Octal | 252 | 210 | 117 | 0 | 24 | 66 | 41 | 46 | 45 | 61 |
| Binary | 10101010 | 10001000 | 1001111 | 0 | 10100 | 110110 | 100001 | 100110 | 100101 | 110001 |
Color Harmonies of #AA884F
Complementary color
Monochromatic Colors of #AA884F
Black with #AA884F
Text Example
Text Example
White with #AA884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA884F; }
p { color: rgb(170,136,79); }
H1.HeaderClassName
{
color: #AA884F;
}
.AnyTagClassName
{
color: #AA884F;
}
</style>
background-color css
<style>
a { background-color: #AA884F; }
a { background-color: rgb(170,136,79); }
div.DivClassName
{
background-color: #AA884F;
}
.BgClassName
{
background-color: #AA884F;
}
</style>
border-color css
<style>
span { border-color: #AA884F; }
span { border-color: rgb(170,136,79); }
td.TdClassName
{
border-color: #AA884F;
}
.TagClassName
{
border-color: #AA884F;
}
</style>