Shades of Teak #A1915D
Tints of Teak #A1915D
RGB
CMYK
RGB Variations
Color information
#A1915D (or 0xA1915D) is known color: Teak. HEX triplet: A1, 91 and 5D. RGB value is (161,145,93). Sum of RGB (Red+Green+Blue) = 161+145+93=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1915D is #5E6EA2. Grayscale: #909090. Windows color (decimal): -6188707 or 6132129. OLE color: 6132129.
HSL color Cylindrical-coordinate representation of color #A1915D: hue angle of 45.88º 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 #A1915D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 93 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.37 |
| HSL | 45.88º | 0.27% | 0.5% | - |
| HSV(B) | 45.88º | 0.42% | 0.63% | - |
| XYZ | 26.8 | 28.62 | 14.47 | - |
| YUV | 143.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 93 | 0 | 0.10 | 0.42 | 0.37 | 45.88 | 0.27 | 0.5 |
| Hex | A1 | 91 | 5D | 0 | A | 2A | 25 | 2E | 1B | 32 |
| Octal | 241 | 221 | 135 | 0 | 12 | 52 | 45 | 56 | 33 | 62 |
| Binary | 10100001 | 10010001 | 1011101 | 0 | 1010 | 101010 | 100101 | 101110 | 11011 | 110010 |
Color Harmonies of #A1915D
Complementary color
Monochromatic Colors of #A1915D
Black with #A1915D
Text Example
Text Example
White with #A1915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1915D; }
p { color: rgb(161,145,93); }
H1.HeaderClassName
{
color: #A1915D;
}
.AnyTagClassName
{
color: #A1915D;
}
</style>
background-color css
<style>
a { background-color: #A1915D; }
a { background-color: rgb(161,145,93); }
div.DivClassName
{
background-color: #A1915D;
}
.BgClassName
{
background-color: #A1915D;
}
</style>
border-color css
<style>
span { border-color: #A1915D; }
span { border-color: rgb(161,145,93); }
td.TdClassName
{
border-color: #A1915D;
}
.TagClassName
{
border-color: #A1915D;
}
</style>