Shades of Teak #A1925A
Tints of Teak #A1925A
RGB
CMYK
RGB Variations
Color information
#A1925A (or 0xA1925A) is known color: Teak. HEX triplet: A1, 92 and 5A. RGB value is (161,146,90). Sum of RGB (Red+Green+Blue) = 161+146+90=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1925A is #5E6DA5. Grayscale: #909090. Windows color (decimal): -6188454 or 5935777. OLE color: 5935777.
HSL color Cylindrical-coordinate representation of color #A1925A: hue angle of 47.32º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1925A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 90 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.37 |
| HSL | 47.32º | 0.28% | 0.49% | - |
| HSV(B) | 47.32º | 0.44% | 0.63% | - |
| XYZ | 26.82 | 28.87 | 13.83 | - |
| YUV | 144.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 90 | 0 | 0.09 | 0.44 | 0.37 | 47.32 | 0.28 | 0.49 |
| Hex | A1 | 92 | 5A | 0 | 9 | 2C | 25 | 2F | 1C | 31 |
| Octal | 241 | 222 | 132 | 0 | 11 | 54 | 45 | 57 | 34 | 61 |
| Binary | 10100001 | 10010010 | 1011010 | 0 | 1001 | 101100 | 100101 | 101111 | 11100 | 110001 |
Color Harmonies of #A1925A
Complementary color
Monochromatic Colors of #A1925A
Black with #A1925A
Text Example
Text Example
White with #A1925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1925A; }
p { color: rgb(161,146,90); }
H1.HeaderClassName
{
color: #A1925A;
}
.AnyTagClassName
{
color: #A1925A;
}
</style>
background-color css
<style>
a { background-color: #A1925A; }
a { background-color: rgb(161,146,90); }
div.DivClassName
{
background-color: #A1925A;
}
.BgClassName
{
background-color: #A1925A;
}
</style>
border-color css
<style>
span { border-color: #A1925A; }
span { border-color: rgb(161,146,90); }
td.TdClassName
{
border-color: #A1925A;
}
.TagClassName
{
border-color: #A1925A;
}
</style>