Shades of Teak #A8925A
Tints of Teak #A8925A
RGB
CMYK
RGB Variations
Color information
#A8925A (or 0xA8925A) is known color: Teak. HEX triplet: A8, 92 and 5A. RGB value is (168,146,90). Sum of RGB (Red+Green+Blue) = 168+146+90=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8925A is #576DA5. Grayscale: #929292. Windows color (decimal): -5729702 or 5935784. OLE color: 5935784.
HSL color Cylindrical-coordinate representation of color #A8925A: hue angle of 43.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8925A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 90 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.34 |
| HSL | 43.08º | 0.31% | 0.51% | - |
| HSV(B) | 43.08º | 0.46% | 0.66% | - |
| XYZ | 28.27 | 29.62 | 13.9 | - |
| YUV | 146.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 90 | 0 | 0.13 | 0.46 | 0.34 | 43.08 | 0.31 | 0.51 |
| Hex | A8 | 92 | 5A | 0 | D | 2E | 22 | 2B | 1F | 33 |
| Octal | 250 | 222 | 132 | 0 | 15 | 56 | 42 | 53 | 37 | 63 |
| Binary | 10101000 | 10010010 | 1011010 | 0 | 1101 | 101110 | 100010 | 101011 | 11111 | 110011 |
Color Harmonies of #A8925A
Complementary color
Monochromatic Colors of #A8925A
Black with #A8925A
Text Example
Text Example
White with #A8925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8925A; }
p { color: rgb(168,146,90); }
H1.HeaderClassName
{
color: #A8925A;
}
.AnyTagClassName
{
color: #A8925A;
}
</style>
background-color css
<style>
a { background-color: #A8925A; }
a { background-color: rgb(168,146,90); }
div.DivClassName
{
background-color: #A8925A;
}
.BgClassName
{
background-color: #A8925A;
}
</style>
border-color css
<style>
span { border-color: #A8925A; }
span { border-color: rgb(168,146,90); }
td.TdClassName
{
border-color: #A8925A;
}
.TagClassName
{
border-color: #A8925A;
}
</style>