Shades of Teak #A48756
Tints of Teak #A48756
RGB
CMYK
RGB Variations
Color information
#A48756 (or 0xA48756) is known color: Teak. HEX triplet: A4, 87 and 56. RGB value is (164,135,86). Sum of RGB (Red+Green+Blue) = 164+135+86=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A48756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48756 is #5B78A9. Grayscale: #8A8A8A. Windows color (decimal): -5994666 or 5670820. OLE color: 5670820.
HSL color Cylindrical-coordinate representation of color #A48756: hue angle of 37.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A48756 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 86 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.36 |
| HSL | 37.69º | 0.31% | 0.49% | - |
| HSV(B) | 37.69º | 0.48% | 0.64% | - |
| XYZ | 25.65 | 25.89 | 12.45 | - |
| YUV | 138.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 86 | 0 | 0.18 | 0.48 | 0.36 | 37.69 | 0.31 | 0.49 |
| Hex | A4 | 87 | 56 | 0 | 12 | 30 | 24 | 26 | 1F | 31 |
| Octal | 244 | 207 | 126 | 0 | 22 | 60 | 44 | 46 | 37 | 61 |
| Binary | 10100100 | 10000111 | 1010110 | 0 | 10010 | 110000 | 100100 | 100110 | 11111 | 110001 |
Color Harmonies of #A48756
Complementary color
Monochromatic Colors of #A48756
Black with #A48756
Text Example
Text Example
White with #A48756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48756; }
p { color: rgb(164,135,86); }
H1.HeaderClassName
{
color: #A48756;
}
.AnyTagClassName
{
color: #A48756;
}
</style>
background-color css
<style>
a { background-color: #A48756; }
a { background-color: rgb(164,135,86); }
div.DivClassName
{
background-color: #A48756;
}
.BgClassName
{
background-color: #A48756;
}
</style>
border-color css
<style>
span { border-color: #A48756; }
span { border-color: rgb(164,135,86); }
td.TdClassName
{
border-color: #A48756;
}
.TagClassName
{
border-color: #A48756;
}
</style>