Shades of Teak #A0905C
Tints of Teak #A0905C
RGB
CMYK
RGB Variations
Color information
#A0905C (or 0xA0905C) is known color: Teak. HEX triplet: A0, 90 and 5C. RGB value is (160,144,92). Sum of RGB (Red+Green+Blue) = 160+144+92=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0905C is #5F6FA3. Grayscale: #8F8F8F. Windows color (decimal): -6254500 or 6066336. OLE color: 6066336.
HSL color Cylindrical-coordinate representation of color #A0905C: hue angle of 45.88º degrees, saturation: 0.27, 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 #A0905C is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 92 | - |
| CMYK | 0 | 0.1 | 0.43 | 0.37 |
| HSL | 45.88º | 0.27% | 0.49% | - |
| HSV(B) | 45.88º | 0.43% | 0.63% | - |
| XYZ | 26.4 | 28.19 | 14.18 | - |
| YUV | 142.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 92 | 0 | 0.1 | 0.43 | 0.37 | 45.88 | 0.27 | 0.49 |
| Hex | A0 | 90 | 5C | 0 | A | 2B | 25 | 2E | 1B | 31 |
| Octal | 240 | 220 | 134 | 0 | 12 | 53 | 45 | 56 | 33 | 61 |
| Binary | 10100000 | 10010000 | 1011100 | 0 | 1010 | 101011 | 100101 | 101110 | 11011 | 110001 |
Color Harmonies of #A0905C
Complementary color
Monochromatic Colors of #A0905C
Black with #A0905C
Text Example
Text Example
White with #A0905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0905C; }
p { color: rgb(160,144,92); }
H1.HeaderClassName
{
color: #A0905C;
}
.AnyTagClassName
{
color: #A0905C;
}
</style>
background-color css
<style>
a { background-color: #A0905C; }
a { background-color: rgb(160,144,92); }
div.DivClassName
{
background-color: #A0905C;
}
.BgClassName
{
background-color: #A0905C;
}
</style>
border-color css
<style>
span { border-color: #A0905C; }
span { border-color: rgb(160,144,92); }
td.TdClassName
{
border-color: #A0905C;
}
.TagClassName
{
border-color: #A0905C;
}
</style>