Shades of Teak #AA8C4D
Tints of Teak #AA8C4D
RGB
CMYK
RGB Variations
Color information
#AA8C4D (or 0xAA8C4D) is known color: Teak. HEX triplet: AA, 8C and 4D. RGB value is (170,140,77). Sum of RGB (Red+Green+Blue) = 170+140+77=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C4D is #5573B2. Grayscale: #8E8E8E. Windows color (decimal): -5600179 or 5082282. OLE color: 5082282.
HSL color Cylindrical-coordinate representation of color #AA8C4D: hue angle of 40.65º 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 #AA8C4D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 77 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.33 |
| HSL | 40.65º | 0.38% | 0.48% | - |
| HSV(B) | 40.65º | 0.55% | 0.67% | - |
| XYZ | 27.3 | 27.84 | 10.96 | - |
| YUV | 141.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 77 | 0 | 0.18 | 0.55 | 0.33 | 40.65 | 0.38 | 0.48 |
| Hex | AA | 8C | 4D | 0 | 12 | 37 | 21 | 29 | 26 | 30 |
| Octal | 252 | 214 | 115 | 0 | 22 | 67 | 41 | 51 | 46 | 60 |
| Binary | 10101010 | 10001100 | 1001101 | 0 | 10010 | 110111 | 100001 | 101001 | 100110 | 110000 |
Color Harmonies of #AA8C4D
Complementary color
Monochromatic Colors of #AA8C4D
Black with #AA8C4D
Text Example
Text Example
White with #AA8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C4D; }
p { color: rgb(170,140,77); }
H1.HeaderClassName
{
color: #AA8C4D;
}
.AnyTagClassName
{
color: #AA8C4D;
}
</style>
background-color css
<style>
a { background-color: #AA8C4D; }
a { background-color: rgb(170,140,77); }
div.DivClassName
{
background-color: #AA8C4D;
}
.BgClassName
{
background-color: #AA8C4D;
}
</style>
border-color css
<style>
span { border-color: #AA8C4D; }
span { border-color: rgb(170,140,77); }
td.TdClassName
{
border-color: #AA8C4D;
}
.TagClassName
{
border-color: #AA8C4D;
}
</style>