Shades of Teak #A88D5D
Tints of Teak #A88D5D
RGB
CMYK
RGB Variations
Color information
#A88D5D (or 0xA88D5D) is known color: Teak. HEX triplet: A8, 8D and 5D. RGB value is (168,141,93). Sum of RGB (Red+Green+Blue) = 168+141+93=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D5D is #5772A2. Grayscale: #8F8F8F. Windows color (decimal): -5730979 or 6131112. OLE color: 6131112.
HSL color Cylindrical-coordinate representation of color #A88D5D: hue angle of 38.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A88D5D is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 93 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.34 |
| HSL | 38.4º | 0.3% | 0.51% | - |
| HSV(B) | 38.4º | 0.45% | 0.66% | - |
| XYZ | 27.65 | 28.16 | 14.34 | - |
| YUV | 143.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 93 | 0 | 0.16 | 0.45 | 0.34 | 38.4 | 0.3 | 0.51 |
| Hex | A8 | 8D | 5D | 0 | 10 | 2D | 22 | 26 | 1E | 33 |
| Octal | 250 | 215 | 135 | 0 | 20 | 55 | 42 | 46 | 36 | 63 |
| Binary | 10101000 | 10001101 | 1011101 | 0 | 10000 | 101101 | 100010 | 100110 | 11110 | 110011 |
Color Harmonies of #A88D5D
Complementary color
Monochromatic Colors of #A88D5D
Black with #A88D5D
Text Example
Text Example
White with #A88D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D5D; }
p { color: rgb(168,141,93); }
H1.HeaderClassName
{
color: #A88D5D;
}
.AnyTagClassName
{
color: #A88D5D;
}
</style>
background-color css
<style>
a { background-color: #A88D5D; }
a { background-color: rgb(168,141,93); }
div.DivClassName
{
background-color: #A88D5D;
}
.BgClassName
{
background-color: #A88D5D;
}
</style>
border-color css
<style>
span { border-color: #A88D5D; }
span { border-color: rgb(168,141,93); }
td.TdClassName
{
border-color: #A88D5D;
}
.TagClassName
{
border-color: #A88D5D;
}
</style>