Shades of Teak #A1935B
Tints of Teak #A1935B
RGB
CMYK
RGB Variations
Color information
#A1935B (or 0xA1935B) is known color: Teak. HEX triplet: A1, 93 and 5B. RGB value is (161,147,91). Sum of RGB (Red+Green+Blue) = 161+147+91=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1935B is #5E6CA4. Grayscale: #919191. Windows color (decimal): -6188197 or 6001569. OLE color: 6001569.
HSL color Cylindrical-coordinate representation of color #A1935B: hue angle of 48º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1935B is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 91 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.37 |
| HSL | 48º | 0.28% | 0.49% | - |
| HSV(B) | 48º | 0.43% | 0.63% | - |
| XYZ | 27.02 | 29.2 | 14.11 | - |
| YUV | 144.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 91 | 0 | 0.09 | 0.43 | 0.37 | 48 | 0.28 | 0.49 |
| Hex | A1 | 93 | 5B | 0 | 9 | 2B | 25 | 30 | 1C | 31 |
| Octal | 241 | 223 | 133 | 0 | 11 | 53 | 45 | 60 | 34 | 61 |
| Binary | 10100001 | 10010011 | 1011011 | 0 | 1001 | 101011 | 100101 | 110000 | 11100 | 110001 |
Color Harmonies of #A1935B
Complementary color
Monochromatic Colors of #A1935B
Black with #A1935B
Text Example
Text Example
White with #A1935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1935B; }
p { color: rgb(161,147,91); }
H1.HeaderClassName
{
color: #A1935B;
}
.AnyTagClassName
{
color: #A1935B;
}
</style>
background-color css
<style>
a { background-color: #A1935B; }
a { background-color: rgb(161,147,91); }
div.DivClassName
{
background-color: #A1935B;
}
.BgClassName
{
background-color: #A1935B;
}
</style>
border-color css
<style>
span { border-color: #A1935B; }
span { border-color: rgb(161,147,91); }
td.TdClassName
{
border-color: #A1935B;
}
.TagClassName
{
border-color: #A1935B;
}
</style>