Shades of Teak #A1905C
Tints of Teak #A1905C
RGB
CMYK
RGB Variations
Color information
#A1905C (or 0xA1905C) is known color: Teak. HEX triplet: A1, 90 and 5C. RGB value is (161,144,92). Sum of RGB (Red+Green+Blue) = 161+144+92=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1905C is #5E6FA3. Grayscale: #8F8F8F. Windows color (decimal): -6188964 or 6066337. OLE color: 6066337.
HSL color Cylindrical-coordinate representation of color #A1905C: hue angle of 45.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1905C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 92 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.37 |
| HSL | 45.22º | 0.27% | 0.5% | - |
| HSV(B) | 45.22º | 0.43% | 0.63% | - |
| XYZ | 26.6 | 28.3 | 14.18 | - |
| YUV | 143.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 92 | 0 | 0.11 | 0.43 | 0.37 | 45.22 | 0.27 | 0.5 |
| Hex | A1 | 90 | 5C | 0 | B | 2B | 25 | 2D | 1B | 32 |
| Octal | 241 | 220 | 134 | 0 | 13 | 53 | 45 | 55 | 33 | 62 |
| Binary | 10100001 | 10010000 | 1011100 | 0 | 1011 | 101011 | 100101 | 101101 | 11011 | 110010 |
Color Harmonies of #A1905C
Complementary color
Monochromatic Colors of #A1905C
Black with #A1905C
Text Example
Text Example
White with #A1905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1905C; }
p { color: rgb(161,144,92); }
H1.HeaderClassName
{
color: #A1905C;
}
.AnyTagClassName
{
color: #A1905C;
}
</style>
background-color css
<style>
a { background-color: #A1905C; }
a { background-color: rgb(161,144,92); }
div.DivClassName
{
background-color: #A1905C;
}
.BgClassName
{
background-color: #A1905C;
}
</style>
border-color css
<style>
span { border-color: #A1905C; }
span { border-color: rgb(161,144,92); }
td.TdClassName
{
border-color: #A1905C;
}
.TagClassName
{
border-color: #A1905C;
}
</style>