Shades of Teak #A4885B
Tints of Teak #A4885B
RGB
CMYK
RGB Variations
Color information
#A4885B (or 0xA4885B) is known color: Teak. HEX triplet: A4, 88 and 5B. RGB value is (164,136,91). Sum of RGB (Red+Green+Blue) = 164+136+91=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4885B is #5B77A4. Grayscale: #8B8B8B. Windows color (decimal): -5994405 or 5998756. OLE color: 5998756.
HSL color Cylindrical-coordinate representation of color #A4885B: hue angle of 36.99º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4885B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 91 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.36 |
| HSL | 36.99º | 0.29% | 0.5% | - |
| HSV(B) | 36.99º | 0.45% | 0.64% | - |
| XYZ | 26 | 26.26 | 13.6 | - |
| YUV | 139.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 91 | 0 | 0.17 | 0.45 | 0.36 | 36.99 | 0.29 | 0.5 |
| Hex | A4 | 88 | 5B | 0 | 11 | 2D | 24 | 25 | 1D | 32 |
| Octal | 244 | 210 | 133 | 0 | 21 | 55 | 44 | 45 | 35 | 62 |
| Binary | 10100100 | 10001000 | 1011011 | 0 | 10001 | 101101 | 100100 | 100101 | 11101 | 110010 |
Color Harmonies of #A4885B
Complementary color
Monochromatic Colors of #A4885B
Black with #A4885B
Text Example
Text Example
White with #A4885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4885B; }
p { color: rgb(164,136,91); }
H1.HeaderClassName
{
color: #A4885B;
}
.AnyTagClassName
{
color: #A4885B;
}
</style>
background-color css
<style>
a { background-color: #A4885B; }
a { background-color: rgb(164,136,91); }
div.DivClassName
{
background-color: #A4885B;
}
.BgClassName
{
background-color: #A4885B;
}
</style>
border-color css
<style>
span { border-color: #A4885B; }
span { border-color: rgb(164,136,91); }
td.TdClassName
{
border-color: #A4885B;
}
.TagClassName
{
border-color: #A4885B;
}
</style>