Shades of Teak #A09053
Tints of Teak #A09053
RGB
CMYK
RGB Variations
Color information
#A09053 (or 0xA09053) is known color: Teak. HEX triplet: A0, 90 and 53. RGB value is (160,144,83). Sum of RGB (Red+Green+Blue) = 160+144+83=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09053 is #5F6FAC. Grayscale: #8E8E8E. Windows color (decimal): -6254509 or 5476512. OLE color: 5476512.
HSL color Cylindrical-coordinate representation of color #A09053: hue angle of 47.53º degrees, saturation: 0.32, 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 #A09053 is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 83 | - |
| CMYK | 0 | 0.1 | 0.48 | 0.37 |
| HSL | 47.53º | 0.32% | 0.48% | - |
| HSV(B) | 47.53º | 0.48% | 0.63% | - |
| XYZ | 26.03 | 28.04 | 12.22 | - |
| YUV | 141.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 83 | 0 | 0.1 | 0.48 | 0.37 | 47.53 | 0.32 | 0.48 |
| Hex | A0 | 90 | 53 | 0 | A | 30 | 25 | 30 | 20 | 30 |
| Octal | 240 | 220 | 123 | 0 | 12 | 60 | 45 | 60 | 40 | 60 |
| Binary | 10100000 | 10010000 | 1010011 | 0 | 1010 | 110000 | 100101 | 110000 | 100000 | 110000 |
Color Harmonies of #A09053
Complementary color
Monochromatic Colors of #A09053
Black with #A09053
Text Example
Text Example
White with #A09053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09053; }
p { color: rgb(160,144,83); }
H1.HeaderClassName
{
color: #A09053;
}
.AnyTagClassName
{
color: #A09053;
}
</style>
background-color css
<style>
a { background-color: #A09053; }
a { background-color: rgb(160,144,83); }
div.DivClassName
{
background-color: #A09053;
}
.BgClassName
{
background-color: #A09053;
}
</style>
border-color css
<style>
span { border-color: #A09053; }
span { border-color: rgb(160,144,83); }
td.TdClassName
{
border-color: #A09053;
}
.TagClassName
{
border-color: #A09053;
}
</style>