Shades of Teak #A78F5B
Tints of Teak #A78F5B
RGB
CMYK
RGB Variations
Color information
#A78F5B (or 0xA78F5B) is known color: Teak. HEX triplet: A7, 8F and 5B. RGB value is (167,143,91). Sum of RGB (Red+Green+Blue) = 167+143+91=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78F5B is #5870A4. Grayscale: #909090. Windows color (decimal): -5796005 or 6000551. OLE color: 6000551.
HSL color Cylindrical-coordinate representation of color #A78F5B: hue angle of 41.05º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A78F5B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 91 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.35 |
| HSL | 41.05º | 0.3% | 0.51% | - |
| HSV(B) | 41.05º | 0.46% | 0.65% | - |
| XYZ | 27.65 | 28.62 | 13.96 | - |
| YUV | 144.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 91 | 0 | 0.14 | 0.46 | 0.35 | 41.05 | 0.3 | 0.51 |
| Hex | A7 | 8F | 5B | 0 | E | 2E | 23 | 29 | 1E | 33 |
| Octal | 247 | 217 | 133 | 0 | 16 | 56 | 43 | 51 | 36 | 63 |
| Binary | 10100111 | 10001111 | 1011011 | 0 | 1110 | 101110 | 100011 | 101001 | 11110 | 110011 |
Color Harmonies of #A78F5B
Complementary color
Monochromatic Colors of #A78F5B
Black with #A78F5B
Text Example
Text Example
White with #A78F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F5B; }
p { color: rgb(167,143,91); }
H1.HeaderClassName
{
color: #A78F5B;
}
.AnyTagClassName
{
color: #A78F5B;
}
</style>
background-color css
<style>
a { background-color: #A78F5B; }
a { background-color: rgb(167,143,91); }
div.DivClassName
{
background-color: #A78F5B;
}
.BgClassName
{
background-color: #A78F5B;
}
</style>
border-color css
<style>
span { border-color: #A78F5B; }
span { border-color: rgb(167,143,91); }
td.TdClassName
{
border-color: #A78F5B;
}
.TagClassName
{
border-color: #A78F5B;
}
</style>