Shades of Teak #A4925E
Tints of Teak #A4925E
RGB
CMYK
RGB Variations
Color information
#A4925E (or 0xA4925E) is known color: Teak. HEX triplet: A4, 92 and 5E. RGB value is (164,146,94). Sum of RGB (Red+Green+Blue) = 164+146+94=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4925E is #5B6DA1. Grayscale: #919191. Windows color (decimal): -5991842 or 6197924. OLE color: 6197924.
HSL color Cylindrical-coordinate representation of color #A4925E: hue angle of 44.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4925E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 94 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.36 |
| HSL | 44.57º | 0.28% | 0.51% | - |
| HSV(B) | 44.57º | 0.43% | 0.64% | - |
| XYZ | 27.61 | 29.26 | 14.78 | - |
| YUV | 145.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 94 | 0 | 0.11 | 0.43 | 0.36 | 44.57 | 0.28 | 0.51 |
| Hex | A4 | 92 | 5E | 0 | B | 2B | 24 | 2D | 1C | 33 |
| Octal | 244 | 222 | 136 | 0 | 13 | 53 | 44 | 55 | 34 | 63 |
| Binary | 10100100 | 10010010 | 1011110 | 0 | 1011 | 101011 | 100100 | 101101 | 11100 | 110011 |
Color Harmonies of #A4925E
Complementary color
Monochromatic Colors of #A4925E
Black with #A4925E
Text Example
Text Example
White with #A4925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4925E; }
p { color: rgb(164,146,94); }
H1.HeaderClassName
{
color: #A4925E;
}
.AnyTagClassName
{
color: #A4925E;
}
</style>
background-color css
<style>
a { background-color: #A4925E; }
a { background-color: rgb(164,146,94); }
div.DivClassName
{
background-color: #A4925E;
}
.BgClassName
{
background-color: #A4925E;
}
</style>
border-color css
<style>
span { border-color: #A4925E; }
span { border-color: rgb(164,146,94); }
td.TdClassName
{
border-color: #A4925E;
}
.TagClassName
{
border-color: #A4925E;
}
</style>