Shades of Teak #AA8B4D
Tints of Teak #AA8B4D
RGB
CMYK
RGB Variations
Color information
#AA8B4D (or 0xAA8B4D) is known color: Teak. HEX triplet: AA, 8B and 4D. RGB value is (170,139,77). Sum of RGB (Red+Green+Blue) = 170+139+77=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B4D is #5574B2. Grayscale: #8D8D8D. Windows color (decimal): -5600435 or 5082026. OLE color: 5082026.
HSL color Cylindrical-coordinate representation of color #AA8B4D: hue angle of 40º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA8B4D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 77 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.33 |
| HSL | 40º | 0.38% | 0.48% | - |
| HSV(B) | 40º | 0.55% | 0.67% | - |
| XYZ | 27.15 | 27.55 | 10.91 | - |
| YUV | 141.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 77 | 0 | 0.18 | 0.55 | 0.33 | 40 | 0.38 | 0.48 |
| Hex | AA | 8B | 4D | 0 | 12 | 37 | 21 | 28 | 26 | 30 |
| Octal | 252 | 213 | 115 | 0 | 22 | 67 | 41 | 50 | 46 | 60 |
| Binary | 10101010 | 10001011 | 1001101 | 0 | 10010 | 110111 | 100001 | 101000 | 100110 | 110000 |
Color Harmonies of #AA8B4D
Complementary color
Monochromatic Colors of #AA8B4D
Black with #AA8B4D
Text Example
Text Example
White with #AA8B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B4D; }
p { color: rgb(170,139,77); }
H1.HeaderClassName
{
color: #AA8B4D;
}
.AnyTagClassName
{
color: #AA8B4D;
}
</style>
background-color css
<style>
a { background-color: #AA8B4D; }
a { background-color: rgb(170,139,77); }
div.DivClassName
{
background-color: #AA8B4D;
}
.BgClassName
{
background-color: #AA8B4D;
}
</style>
border-color css
<style>
span { border-color: #AA8B4D; }
span { border-color: rgb(170,139,77); }
td.TdClassName
{
border-color: #AA8B4D;
}
.TagClassName
{
border-color: #AA8B4D;
}
</style>