Shades of Teak #A3945C
Tints of Teak #A3945C
RGB
CMYK
RGB Variations
Color information
#A3945C (or 0xA3945C) is known color: Teak. HEX triplet: A3, 94 and 5C. RGB value is (163,148,92). Sum of RGB (Red+Green+Blue) = 163+148+92=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3945C is #5C6BA3. Grayscale: #929292. Windows color (decimal): -6056868 or 6067363. OLE color: 6067363.
HSL color Cylindrical-coordinate representation of color #A3945C: hue angle of 47.32º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3945C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 92 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.36 |
| HSL | 47.32º | 0.28% | 0.5% | - |
| HSV(B) | 47.32º | 0.44% | 0.64% | - |
| XYZ | 27.63 | 29.74 | 14.41 | - |
| YUV | 146.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 92 | 0 | 0.09 | 0.44 | 0.36 | 47.32 | 0.28 | 0.5 |
| Hex | A3 | 94 | 5C | 0 | 9 | 2C | 24 | 2F | 1C | 32 |
| Octal | 243 | 224 | 134 | 0 | 11 | 54 | 44 | 57 | 34 | 62 |
| Binary | 10100011 | 10010100 | 1011100 | 0 | 1001 | 101100 | 100100 | 101111 | 11100 | 110010 |
Color Harmonies of #A3945C
Complementary color
Monochromatic Colors of #A3945C
Black with #A3945C
Text Example
Text Example
White with #A3945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3945C; }
p { color: rgb(163,148,92); }
H1.HeaderClassName
{
color: #A3945C;
}
.AnyTagClassName
{
color: #A3945C;
}
</style>
background-color css
<style>
a { background-color: #A3945C; }
a { background-color: rgb(163,148,92); }
div.DivClassName
{
background-color: #A3945C;
}
.BgClassName
{
background-color: #A3945C;
}
</style>
border-color css
<style>
span { border-color: #A3945C; }
span { border-color: rgb(163,148,92); }
td.TdClassName
{
border-color: #A3945C;
}
.TagClassName
{
border-color: #A3945C;
}
</style>