Shades of Teak #A9935B
Tints of Teak #A9935B
RGB
CMYK
RGB Variations
Color information
#A9935B (or 0xA9935B) is known color: Teak. HEX triplet: A9, 93 and 5B. RGB value is (169,147,91). Sum of RGB (Red+Green+Blue) = 169+147+91=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9935B is #566CA4. Grayscale: #939393. Windows color (decimal): -5663909 or 6001577. OLE color: 6001577.
HSL color Cylindrical-coordinate representation of color #A9935B: hue angle of 43.08º 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 #A9935B is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 91 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.34 |
| HSL | 43.08º | 0.31% | 0.51% | - |
| HSV(B) | 43.08º | 0.46% | 0.66% | - |
| XYZ | 28.68 | 30.06 | 14.19 | - |
| YUV | 147.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 91 | 0 | 0.13 | 0.46 | 0.34 | 43.08 | 0.31 | 0.51 |
| Hex | A9 | 93 | 5B | 0 | D | 2E | 22 | 2B | 1F | 33 |
| Octal | 251 | 223 | 133 | 0 | 15 | 56 | 42 | 53 | 37 | 63 |
| Binary | 10101001 | 10010011 | 1011011 | 0 | 1101 | 101110 | 100010 | 101011 | 11111 | 110011 |
Color Harmonies of #A9935B
Complementary color
Monochromatic Colors of #A9935B
Black with #A9935B
Text Example
Text Example
White with #A9935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9935B; }
p { color: rgb(169,147,91); }
H1.HeaderClassName
{
color: #A9935B;
}
.AnyTagClassName
{
color: #A9935B;
}
</style>
background-color css
<style>
a { background-color: #A9935B; }
a { background-color: rgb(169,147,91); }
div.DivClassName
{
background-color: #A9935B;
}
.BgClassName
{
background-color: #A9935B;
}
</style>
border-color css
<style>
span { border-color: #A9935B; }
span { border-color: rgb(169,147,91); }
td.TdClassName
{
border-color: #A9935B;
}
.TagClassName
{
border-color: #A9935B;
}
</style>