Shades of Teak #A88855
Tints of Teak #A88855
RGB
CMYK
RGB Variations
Color information
#A88855 (or 0xA88855) is known color: Teak. HEX triplet: A8, 88 and 55. RGB value is (168,136,85). Sum of RGB (Red+Green+Blue) = 168+136+85=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A88855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88855 is #5777AA. Grayscale: #8B8B8B. Windows color (decimal): -5732267 or 5605544. OLE color: 5605544.
HSL color Cylindrical-coordinate representation of color #A88855: hue angle of 36.87º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A88855 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 85 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.34 |
| HSL | 36.87º | 0.33% | 0.5% | - |
| HSV(B) | 36.87º | 0.49% | 0.66% | - |
| XYZ | 26.59 | 26.59 | 12.32 | - |
| YUV | 139.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 85 | 0 | 0.19 | 0.49 | 0.34 | 36.87 | 0.33 | 0.5 |
| Hex | A8 | 88 | 55 | 0 | 13 | 31 | 22 | 25 | 21 | 32 |
| Octal | 250 | 210 | 125 | 0 | 23 | 61 | 42 | 45 | 41 | 62 |
| Binary | 10101000 | 10001000 | 1010101 | 0 | 10011 | 110001 | 100010 | 100101 | 100001 | 110010 |
Color Harmonies of #A88855
Complementary color
Monochromatic Colors of #A88855
Black with #A88855
Text Example
Text Example
White with #A88855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88855; }
p { color: rgb(168,136,85); }
H1.HeaderClassName
{
color: #A88855;
}
.AnyTagClassName
{
color: #A88855;
}
</style>
background-color css
<style>
a { background-color: #A88855; }
a { background-color: rgb(168,136,85); }
div.DivClassName
{
background-color: #A88855;
}
.BgClassName
{
background-color: #A88855;
}
</style>
border-color css
<style>
span { border-color: #A88855; }
span { border-color: rgb(168,136,85); }
td.TdClassName
{
border-color: #A88855;
}
.TagClassName
{
border-color: #A88855;
}
</style>