Shades of Teak #A09255
Tints of Teak #A09255
RGB
CMYK
RGB Variations
Color information
#A09255 (or 0xA09255) is known color: Teak. HEX triplet: A0, 92 and 55. RGB value is (160,146,85). Sum of RGB (Red+Green+Blue) = 160+146+85=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09255 is #5F6DAA. Grayscale: #8F8F8F. Windows color (decimal): -6253995 or 5608096. OLE color: 5608096.
HSL color Cylindrical-coordinate representation of color #A09255: hue angle of 48.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A09255 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 85 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.37 |
| HSL | 48.8º | 0.31% | 0.48% | - |
| HSV(B) | 48.8º | 0.47% | 0.63% | - |
| XYZ | 26.42 | 28.69 | 12.74 | - |
| YUV | 143.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 85 | 0 | 0.09 | 0.47 | 0.37 | 48.8 | 0.31 | 0.48 |
| Hex | A0 | 92 | 55 | 0 | 9 | 2F | 25 | 31 | 1F | 30 |
| Octal | 240 | 222 | 125 | 0 | 11 | 57 | 45 | 61 | 37 | 60 |
| Binary | 10100000 | 10010010 | 1010101 | 0 | 1001 | 101111 | 100101 | 110001 | 11111 | 110000 |
Color Harmonies of #A09255
Complementary color
Monochromatic Colors of #A09255
Black with #A09255
Text Example
Text Example
White with #A09255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09255; }
p { color: rgb(160,146,85); }
H1.HeaderClassName
{
color: #A09255;
}
.AnyTagClassName
{
color: #A09255;
}
</style>
background-color css
<style>
a { background-color: #A09255; }
a { background-color: rgb(160,146,85); }
div.DivClassName
{
background-color: #A09255;
}
.BgClassName
{
background-color: #A09255;
}
</style>
border-color css
<style>
span { border-color: #A09255; }
span { border-color: rgb(160,146,85); }
td.TdClassName
{
border-color: #A09255;
}
.TagClassName
{
border-color: #A09255;
}
</style>