Shades of Teak #AA855C
Tints of Teak #AA855C
RGB
CMYK
RGB Variations
Color information
#AA855C (or 0xAA855C) is known color: Teak. HEX triplet: AA, 85 and 5C. RGB value is (170,133,92). Sum of RGB (Red+Green+Blue) = 170+133+92=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855C is #557AA3. Grayscale: #8B8B8B. Windows color (decimal): -5601956 or 6063530. OLE color: 6063530.
HSL color Cylindrical-coordinate representation of color #AA855C: hue angle of 31.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA855C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 92 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.33 |
| HSL | 31.54º | 0.31% | 0.51% | - |
| HSV(B) | 31.54º | 0.46% | 0.67% | - |
| XYZ | 26.9 | 26.09 | 13.74 | - |
| YUV | 139.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 92 | 0 | 0.22 | 0.46 | 0.33 | 31.54 | 0.31 | 0.51 |
| Hex | AA | 85 | 5C | 0 | 16 | 2E | 21 | 20 | 1F | 33 |
| Octal | 252 | 205 | 134 | 0 | 26 | 56 | 41 | 40 | 37 | 63 |
| Binary | 10101010 | 10000101 | 1011100 | 0 | 10110 | 101110 | 100001 | 100000 | 11111 | 110011 |
Color Harmonies of #AA855C
Complementary color
Monochromatic Colors of #AA855C
Black with #AA855C
Text Example
Text Example
White with #AA855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA855C; }
p { color: rgb(170,133,92); }
H1.HeaderClassName
{
color: #AA855C;
}
.AnyTagClassName
{
color: #AA855C;
}
</style>
background-color css
<style>
a { background-color: #AA855C; }
a { background-color: rgb(170,133,92); }
div.DivClassName
{
background-color: #AA855C;
}
.BgClassName
{
background-color: #AA855C;
}
</style>
border-color css
<style>
span { border-color: #AA855C; }
span { border-color: rgb(170,133,92); }
td.TdClassName
{
border-color: #AA855C;
}
.TagClassName
{
border-color: #AA855C;
}
</style>