Shades of Teak #A08951
Tints of Teak #A08951
RGB
CMYK
RGB Variations
Color information
#A08951 (or 0xA08951) is known color: Teak. HEX triplet: A0, 89 and 51. RGB value is (160,137,81). Sum of RGB (Red+Green+Blue) = 160+137+81=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08951 is #5F76AE. Grayscale: #898989. Windows color (decimal): -6256303 or 5343648. OLE color: 5343648.
HSL color Cylindrical-coordinate representation of color #A08951: hue angle of 42.53º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A08951 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 81 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.37 |
| HSL | 42.53º | 0.33% | 0.47% | - |
| HSV(B) | 42.53º | 0.49% | 0.63% | - |
| XYZ | 24.93 | 25.96 | 11.48 | - |
| YUV | 137.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 81 | 0 | 0.14 | 0.49 | 0.37 | 42.53 | 0.33 | 0.47 |
| Hex | A0 | 89 | 51 | 0 | E | 31 | 25 | 2B | 21 | 2F |
| Octal | 240 | 211 | 121 | 0 | 16 | 61 | 45 | 53 | 41 | 57 |
| Binary | 10100000 | 10001001 | 1010001 | 0 | 1110 | 110001 | 100101 | 101011 | 100001 | 101111 |
Color Harmonies of #A08951
Complementary color
Monochromatic Colors of #A08951
Black with #A08951
Text Example
Text Example
White with #A08951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08951; }
p { color: rgb(160,137,81); }
H1.HeaderClassName
{
color: #A08951;
}
.AnyTagClassName
{
color: #A08951;
}
</style>
background-color css
<style>
a { background-color: #A08951; }
a { background-color: rgb(160,137,81); }
div.DivClassName
{
background-color: #A08951;
}
.BgClassName
{
background-color: #A08951;
}
</style>
border-color css
<style>
span { border-color: #A08951; }
span { border-color: rgb(160,137,81); }
td.TdClassName
{
border-color: #A08951;
}
.TagClassName
{
border-color: #A08951;
}
</style>