Shades of Teak #A8935A
Tints of Teak #A8935A
RGB
CMYK
RGB Variations
Color information
#A8935A (or 0xA8935A) is known color: Teak. HEX triplet: A8, 93 and 5A. RGB value is (168,147,90). Sum of RGB (Red+Green+Blue) = 168+147+90=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8935A is #576CA5. Grayscale: #939393. Windows color (decimal): -5729446 or 5936040. OLE color: 5936040.
HSL color Cylindrical-coordinate representation of color #A8935A: hue angle of 43.85º 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 #A8935A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 90 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.34 |
| HSL | 43.85º | 0.31% | 0.51% | - |
| HSV(B) | 43.85º | 0.46% | 0.66% | - |
| XYZ | 28.43 | 29.93 | 13.95 | - |
| YUV | 146.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 90 | 0 | 0.13 | 0.46 | 0.34 | 43.85 | 0.31 | 0.51 |
| Hex | A8 | 93 | 5A | 0 | D | 2E | 22 | 2C | 1F | 33 |
| Octal | 250 | 223 | 132 | 0 | 15 | 56 | 42 | 54 | 37 | 63 |
| Binary | 10101000 | 10010011 | 1011010 | 0 | 1101 | 101110 | 100010 | 101100 | 11111 | 110011 |
Color Harmonies of #A8935A
Complementary color
Monochromatic Colors of #A8935A
Black with #A8935A
Text Example
Text Example
White with #A8935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8935A; }
p { color: rgb(168,147,90); }
H1.HeaderClassName
{
color: #A8935A;
}
.AnyTagClassName
{
color: #A8935A;
}
</style>
background-color css
<style>
a { background-color: #A8935A; }
a { background-color: rgb(168,147,90); }
div.DivClassName
{
background-color: #A8935A;
}
.BgClassName
{
background-color: #A8935A;
}
</style>
border-color css
<style>
span { border-color: #A8935A; }
span { border-color: rgb(168,147,90); }
td.TdClassName
{
border-color: #A8935A;
}
.TagClassName
{
border-color: #A8935A;
}
</style>