Shades of Teak #A09358
Tints of Teak #A09358
RGB
CMYK
RGB Variations
Color information
#A09358 (or 0xA09358) is known color: Teak. HEX triplet: A0, 93 and 58. RGB value is (160,147,88). Sum of RGB (Red+Green+Blue) = 160+147+88=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A09358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09358 is #5F6CA7. Grayscale: #909090. Windows color (decimal): -6253736 or 5804960. OLE color: 5804960.
HSL color Cylindrical-coordinate representation of color #A09358: hue angle of 49.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A09358 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 88 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.37 |
| HSL | 49.17º | 0.29% | 0.49% | - |
| HSV(B) | 49.17º | 0.45% | 0.63% | - |
| XYZ | 26.69 | 29.05 | 13.43 | - |
| YUV | 144.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 88 | 0 | 0.08 | 0.45 | 0.37 | 49.17 | 0.29 | 0.49 |
| Hex | A0 | 93 | 58 | 0 | 8 | 2D | 25 | 31 | 1D | 31 |
| Octal | 240 | 223 | 130 | 0 | 10 | 55 | 45 | 61 | 35 | 61 |
| Binary | 10100000 | 10010011 | 1011000 | 0 | 1000 | 101101 | 100101 | 110001 | 11101 | 110001 |
Color Harmonies of #A09358
Complementary color
Monochromatic Colors of #A09358
Black with #A09358
Text Example
Text Example
White with #A09358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09358; }
p { color: rgb(160,147,88); }
H1.HeaderClassName
{
color: #A09358;
}
.AnyTagClassName
{
color: #A09358;
}
</style>
background-color css
<style>
a { background-color: #A09358; }
a { background-color: rgb(160,147,88); }
div.DivClassName
{
background-color: #A09358;
}
.BgClassName
{
background-color: #A09358;
}
</style>
border-color css
<style>
span { border-color: #A09358; }
span { border-color: rgb(160,147,88); }
td.TdClassName
{
border-color: #A09358;
}
.TagClassName
{
border-color: #A09358;
}
</style>