Shades of Teak #AA8C5D
Tints of Teak #AA8C5D
RGB
CMYK
RGB Variations
Color information
#AA8C5D (or 0xAA8C5D) is known color: Teak. HEX triplet: AA, 8C and 5D. RGB value is (170,140,93). Sum of RGB (Red+Green+Blue) = 170+140+93=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C5D is #5573A2. Grayscale: #8F8F8F. Windows color (decimal): -5600163 or 6130858. OLE color: 6130858.
HSL color Cylindrical-coordinate representation of color #AA8C5D: hue angle of 36.62º 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 #AA8C5D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 93 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.33 |
| HSL | 36.62º | 0.31% | 0.52% | - |
| HSV(B) | 36.62º | 0.45% | 0.67% | - |
| XYZ | 27.93 | 28.09 | 14.31 | - |
| YUV | 143.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 93 | 0 | 0.18 | 0.45 | 0.33 | 36.62 | 0.31 | 0.52 |
| Hex | AA | 8C | 5D | 0 | 12 | 2D | 21 | 25 | 1F | 34 |
| Octal | 252 | 214 | 135 | 0 | 22 | 55 | 41 | 45 | 37 | 64 |
| Binary | 10101010 | 10001100 | 1011101 | 0 | 10010 | 101101 | 100001 | 100101 | 11111 | 110100 |
Color Harmonies of #AA8C5D
Complementary color
Monochromatic Colors of #AA8C5D
Black with #AA8C5D
Text Example
Text Example
White with #AA8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C5D; }
p { color: rgb(170,140,93); }
H1.HeaderClassName
{
color: #AA8C5D;
}
.AnyTagClassName
{
color: #AA8C5D;
}
</style>
background-color css
<style>
a { background-color: #AA8C5D; }
a { background-color: rgb(170,140,93); }
div.DivClassName
{
background-color: #AA8C5D;
}
.BgClassName
{
background-color: #AA8C5D;
}
</style>
border-color css
<style>
span { border-color: #AA8C5D; }
span { border-color: rgb(170,140,93); }
td.TdClassName
{
border-color: #AA8C5D;
}
.TagClassName
{
border-color: #AA8C5D;
}
</style>