Shades of Teak #A1925D
Tints of Teak #A1925D
RGB
CMYK
RGB Variations
Color information
#A1925D (or 0xA1925D) is known color: Teak. HEX triplet: A1, 92 and 5D. RGB value is (161,146,93). Sum of RGB (Red+Green+Blue) = 161+146+93=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1925D is #5E6DA2. Grayscale: #909090. Windows color (decimal): -6188451 or 6132385. OLE color: 6132385.
HSL color Cylindrical-coordinate representation of color #A1925D: hue angle of 46.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1925D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 93 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.37 |
| HSL | 46.76º | 0.27% | 0.5% | - |
| HSV(B) | 46.76º | 0.42% | 0.63% | - |
| XYZ | 26.95 | 28.93 | 14.52 | - |
| YUV | 144.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 93 | 0 | 0.09 | 0.42 | 0.37 | 46.76 | 0.27 | 0.5 |
| Hex | A1 | 92 | 5D | 0 | 9 | 2A | 25 | 2F | 1B | 32 |
| Octal | 241 | 222 | 135 | 0 | 11 | 52 | 45 | 57 | 33 | 62 |
| Binary | 10100001 | 10010010 | 1011101 | 0 | 1001 | 101010 | 100101 | 101111 | 11011 | 110010 |
Color Harmonies of #A1925D
Complementary color
Monochromatic Colors of #A1925D
Black with #A1925D
Text Example
Text Example
White with #A1925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1925D; }
p { color: rgb(161,146,93); }
H1.HeaderClassName
{
color: #A1925D;
}
.AnyTagClassName
{
color: #A1925D;
}
</style>
background-color css
<style>
a { background-color: #A1925D; }
a { background-color: rgb(161,146,93); }
div.DivClassName
{
background-color: #A1925D;
}
.BgClassName
{
background-color: #A1925D;
}
</style>
border-color css
<style>
span { border-color: #A1925D; }
span { border-color: rgb(161,146,93); }
td.TdClassName
{
border-color: #A1925D;
}
.TagClassName
{
border-color: #A1925D;
}
</style>