Shades of Teak #A08C52
Tints of Teak #A08C52
RGB
CMYK
RGB Variations
Color information
#A08C52 (or 0xA08C52) is known color: Teak. HEX triplet: A0, 8C and 52. RGB value is (160,140,82). Sum of RGB (Red+Green+Blue) = 160+140+82=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C52 is #5F73AD. Grayscale: #8B8B8B. Windows color (decimal): -6255534 or 5409952. OLE color: 5409952.
HSL color Cylindrical-coordinate representation of color #A08C52: hue angle of 44.62º degrees, saturation: 0.32, 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 #A08C52 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 82 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.37 |
| HSL | 44.62º | 0.32% | 0.47% | - |
| HSV(B) | 44.62º | 0.49% | 0.63% | - |
| XYZ | 25.4 | 26.84 | 11.82 | - |
| YUV | 139.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 82 | 0 | 0.12 | 0.49 | 0.37 | 44.62 | 0.32 | 0.47 |
| Hex | A0 | 8C | 52 | 0 | C | 31 | 25 | 2D | 20 | 2F |
| Octal | 240 | 214 | 122 | 0 | 14 | 61 | 45 | 55 | 40 | 57 |
| Binary | 10100000 | 10001100 | 1010010 | 0 | 1100 | 110001 | 100101 | 101101 | 100000 | 101111 |
Color Harmonies of #A08C52
Complementary color
Monochromatic Colors of #A08C52
Black with #A08C52
Text Example
Text Example
White with #A08C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C52; }
p { color: rgb(160,140,82); }
H1.HeaderClassName
{
color: #A08C52;
}
.AnyTagClassName
{
color: #A08C52;
}
</style>
background-color css
<style>
a { background-color: #A08C52; }
a { background-color: rgb(160,140,82); }
div.DivClassName
{
background-color: #A08C52;
}
.BgClassName
{
background-color: #A08C52;
}
</style>
border-color css
<style>
span { border-color: #A08C52; }
span { border-color: rgb(160,140,82); }
td.TdClassName
{
border-color: #A08C52;
}
.TagClassName
{
border-color: #A08C52;
}
</style>