Shades of Teak #A8935B
Tints of Teak #A8935B
RGB
CMYK
RGB Variations
Color information
#A8935B (or 0xA8935B) is known color: Teak. HEX triplet: A8, 93 and 5B. RGB value is (168,147,91). Sum of RGB (Red+Green+Blue) = 168+147+91=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8935B is #576CA4. Grayscale: #939393. Windows color (decimal): -5729445 or 6001576. OLE color: 6001576.
HSL color Cylindrical-coordinate representation of color #A8935B: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8935B is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 91 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.34 |
| HSL | 43.64º | 0.31% | 0.51% | - |
| HSV(B) | 43.64º | 0.46% | 0.66% | - |
| XYZ | 28.47 | 29.95 | 14.18 | - |
| YUV | 146.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 91 | 0 | 0.13 | 0.46 | 0.34 | 43.64 | 0.31 | 0.51 |
| Hex | A8 | 93 | 5B | 0 | D | 2E | 22 | 2C | 1F | 33 |
| Octal | 250 | 223 | 133 | 0 | 15 | 56 | 42 | 54 | 37 | 63 |
| Binary | 10101000 | 10010011 | 1011011 | 0 | 1101 | 101110 | 100010 | 101100 | 11111 | 110011 |
Color Harmonies of #A8935B
Complementary color
Monochromatic Colors of #A8935B
Black with #A8935B
Text Example
Text Example
White with #A8935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8935B; }
p { color: rgb(168,147,91); }
H1.HeaderClassName
{
color: #A8935B;
}
.AnyTagClassName
{
color: #A8935B;
}
</style>
background-color css
<style>
a { background-color: #A8935B; }
a { background-color: rgb(168,147,91); }
div.DivClassName
{
background-color: #A8935B;
}
.BgClassName
{
background-color: #A8935B;
}
</style>
border-color css
<style>
span { border-color: #A8935B; }
span { border-color: rgb(168,147,91); }
td.TdClassName
{
border-color: #A8935B;
}
.TagClassName
{
border-color: #A8935B;
}
</style>