Shades of Teak #A09154
Tints of Teak #A09154
RGB
CMYK
RGB Variations
Color information
#A09154 (or 0xA09154) is known color: Teak. HEX triplet: A0, 91 and 54. RGB value is (160,145,84). Sum of RGB (Red+Green+Blue) = 160+145+84=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A09154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09154 is #5F6EAB. Grayscale: #8E8E8E. Windows color (decimal): -6254252 or 5542304. OLE color: 5542304.
HSL color Cylindrical-coordinate representation of color #A09154: hue angle of 48.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A09154 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 84 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.37 |
| HSL | 48.16º | 0.31% | 0.48% | - |
| HSV(B) | 48.16º | 0.48% | 0.63% | - |
| XYZ | 26.22 | 28.36 | 12.48 | - |
| YUV | 142.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 84 | 0 | 0.09 | 0.48 | 0.37 | 48.16 | 0.31 | 0.48 |
| Hex | A0 | 91 | 54 | 0 | 9 | 30 | 25 | 30 | 1F | 30 |
| Octal | 240 | 221 | 124 | 0 | 11 | 60 | 45 | 60 | 37 | 60 |
| Binary | 10100000 | 10010001 | 1010100 | 0 | 1001 | 110000 | 100101 | 110000 | 11111 | 110000 |
Color Harmonies of #A09154
Complementary color
Monochromatic Colors of #A09154
Black with #A09154
Text Example
Text Example
White with #A09154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09154; }
p { color: rgb(160,145,84); }
H1.HeaderClassName
{
color: #A09154;
}
.AnyTagClassName
{
color: #A09154;
}
</style>
background-color css
<style>
a { background-color: #A09154; }
a { background-color: rgb(160,145,84); }
div.DivClassName
{
background-color: #A09154;
}
.BgClassName
{
background-color: #A09154;
}
</style>
border-color css
<style>
span { border-color: #A09154; }
span { border-color: rgb(160,145,84); }
td.TdClassName
{
border-color: #A09154;
}
.TagClassName
{
border-color: #A09154;
}
</style>