Shades of Teak #A4885D
Tints of Teak #A4885D
RGB
CMYK
RGB Variations
Color information
#A4885D (or 0xA4885D) is known color: Teak. HEX triplet: A4, 88 and 5D. RGB value is (164,136,93). Sum of RGB (Red+Green+Blue) = 164+136+93=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4885D is #5B77A2. Grayscale: #8B8B8B. Windows color (decimal): -5994403 or 6129828. OLE color: 6129828.
HSL color Cylindrical-coordinate representation of color #A4885D: hue angle of 36.34º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4885D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 93 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.36 |
| HSL | 36.34º | 0.28% | 0.5% | - |
| HSV(B) | 36.34º | 0.43% | 0.64% | - |
| XYZ | 26.09 | 26.29 | 14.06 | - |
| YUV | 139.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 93 | 0 | 0.17 | 0.43 | 0.36 | 36.34 | 0.28 | 0.5 |
| Hex | A4 | 88 | 5D | 0 | 11 | 2B | 24 | 24 | 1C | 32 |
| Octal | 244 | 210 | 135 | 0 | 21 | 53 | 44 | 44 | 34 | 62 |
| Binary | 10100100 | 10001000 | 1011101 | 0 | 10001 | 101011 | 100100 | 100100 | 11100 | 110010 |
Color Harmonies of #A4885D
Complementary color
Monochromatic Colors of #A4885D
Black with #A4885D
Text Example
Text Example
White with #A4885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4885D; }
p { color: rgb(164,136,93); }
H1.HeaderClassName
{
color: #A4885D;
}
.AnyTagClassName
{
color: #A4885D;
}
</style>
background-color css
<style>
a { background-color: #A4885D; }
a { background-color: rgb(164,136,93); }
div.DivClassName
{
background-color: #A4885D;
}
.BgClassName
{
background-color: #A4885D;
}
</style>
border-color css
<style>
span { border-color: #A4885D; }
span { border-color: rgb(164,136,93); }
td.TdClassName
{
border-color: #A4885D;
}
.TagClassName
{
border-color: #A4885D;
}
</style>