Shades of Teak #A8875B
Tints of Teak #A8875B
RGB
CMYK
RGB Variations
Color information
#A8875B (or 0xA8875B) is known color: Teak. HEX triplet: A8, 87 and 5B. RGB value is (168,135,91). Sum of RGB (Red+Green+Blue) = 168+135+91=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8875B is #5778A4. Grayscale: #8C8C8C. Windows color (decimal): -5732517 or 5998504. OLE color: 5998504.
HSL color Cylindrical-coordinate representation of color #A8875B: hue angle of 34.29º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8875B is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 91 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.34 |
| HSL | 34.29º | 0.31% | 0.51% | - |
| HSV(B) | 34.29º | 0.46% | 0.66% | - |
| XYZ | 26.7 | 26.41 | 13.59 | - |
| YUV | 139.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 91 | 0 | 0.20 | 0.46 | 0.34 | 34.29 | 0.31 | 0.51 |
| Hex | A8 | 87 | 5B | 0 | 14 | 2E | 22 | 22 | 1F | 33 |
| Octal | 250 | 207 | 133 | 0 | 24 | 56 | 42 | 42 | 37 | 63 |
| Binary | 10101000 | 10000111 | 1011011 | 0 | 10100 | 101110 | 100010 | 100010 | 11111 | 110011 |
Color Harmonies of #A8875B
Complementary color
Monochromatic Colors of #A8875B
Black with #A8875B
Text Example
Text Example
White with #A8875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8875B; }
p { color: rgb(168,135,91); }
H1.HeaderClassName
{
color: #A8875B;
}
.AnyTagClassName
{
color: #A8875B;
}
</style>
background-color css
<style>
a { background-color: #A8875B; }
a { background-color: rgb(168,135,91); }
div.DivClassName
{
background-color: #A8875B;
}
.BgClassName
{
background-color: #A8875B;
}
</style>
border-color css
<style>
span { border-color: #A8875B; }
span { border-color: rgb(168,135,91); }
td.TdClassName
{
border-color: #A8875B;
}
.TagClassName
{
border-color: #A8875B;
}
</style>