Shades of Teak #A1905F
Tints of Teak #A1905F
RGB
CMYK
RGB Variations
Color information
#A1905F (or 0xA1905F) is known color: Teak. HEX triplet: A1, 90 and 5F. RGB value is (161,144,95). Sum of RGB (Red+Green+Blue) = 161+144+95=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1905F is #5E6FA0. Grayscale: #8F8F8F. Windows color (decimal): -6188961 or 6262945. OLE color: 6262945.
HSL color Cylindrical-coordinate representation of color #A1905F: hue angle of 44.55º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1905F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 95 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.37 |
| HSL | 44.55º | 0.26% | 0.5% | - |
| HSV(B) | 44.55º | 0.41% | 0.63% | - |
| XYZ | 26.74 | 28.35 | 14.89 | - |
| YUV | 143.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 95 | 0 | 0.11 | 0.41 | 0.37 | 44.55 | 0.26 | 0.5 |
| Hex | A1 | 90 | 5F | 0 | B | 29 | 25 | 2D | 1A | 32 |
| Octal | 241 | 220 | 137 | 0 | 13 | 51 | 45 | 55 | 32 | 62 |
| Binary | 10100001 | 10010000 | 1011111 | 0 | 1011 | 101001 | 100101 | 101101 | 11010 | 110010 |
Color Harmonies of #A1905F
Complementary color
Monochromatic Colors of #A1905F
Black with #A1905F
Text Example
Text Example
White with #A1905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1905F; }
p { color: rgb(161,144,95); }
H1.HeaderClassName
{
color: #A1905F;
}
.AnyTagClassName
{
color: #A1905F;
}
</style>
background-color css
<style>
a { background-color: #A1905F; }
a { background-color: rgb(161,144,95); }
div.DivClassName
{
background-color: #A1905F;
}
.BgClassName
{
background-color: #A1905F;
}
</style>
border-color css
<style>
span { border-color: #A1905F; }
span { border-color: rgb(161,144,95); }
td.TdClassName
{
border-color: #A1905F;
}
.TagClassName
{
border-color: #A1905F;
}
</style>