Shades of Teak #A8884F
Tints of Teak #A8884F
RGB
CMYK
RGB Variations
Color information
#A8884F (or 0xA8884F) is known color: Teak. HEX triplet: A8, 88 and 4F. RGB value is (168,136,79). Sum of RGB (Red+Green+Blue) = 168+136+79=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8884F is #5777B0. Grayscale: #8B8B8B. Windows color (decimal): -5732273 or 5212328. OLE color: 5212328.
HSL color Cylindrical-coordinate representation of color #A8884F: hue angle of 38.43º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8884F is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 79 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.34 |
| HSL | 38.43º | 0.36% | 0.48% | - |
| HSV(B) | 38.43º | 0.53% | 0.66% | - |
| XYZ | 26.36 | 26.5 | 11.12 | - |
| YUV | 139.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 79 | 0 | 0.19 | 0.53 | 0.34 | 38.43 | 0.36 | 0.48 |
| Hex | A8 | 88 | 4F | 0 | 13 | 35 | 22 | 26 | 24 | 30 |
| Octal | 250 | 210 | 117 | 0 | 23 | 65 | 42 | 46 | 44 | 60 |
| Binary | 10101000 | 10001000 | 1001111 | 0 | 10011 | 110101 | 100010 | 100110 | 100100 | 110000 |
Color Harmonies of #A8884F
Complementary color
Monochromatic Colors of #A8884F
Black with #A8884F
Text Example
Text Example
White with #A8884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8884F; }
p { color: rgb(168,136,79); }
H1.HeaderClassName
{
color: #A8884F;
}
.AnyTagClassName
{
color: #A8884F;
}
</style>
background-color css
<style>
a { background-color: #A8884F; }
a { background-color: rgb(168,136,79); }
div.DivClassName
{
background-color: #A8884F;
}
.BgClassName
{
background-color: #A8884F;
}
</style>
border-color css
<style>
span { border-color: #A8884F; }
span { border-color: rgb(168,136,79); }
td.TdClassName
{
border-color: #A8884F;
}
.TagClassName
{
border-color: #A8884F;
}
</style>