Shades of Teak #A3915D
Tints of Teak #A3915D
RGB
CMYK
RGB Variations
Color information
#A3915D (or 0xA3915D) is known color: Teak. HEX triplet: A3, 91 and 5D. RGB value is (163,145,93). Sum of RGB (Red+Green+Blue) = 163+145+93=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3915D is #5C6EA2. Grayscale: #909090. Windows color (decimal): -6057635 or 6132131. OLE color: 6132131.
HSL color Cylindrical-coordinate representation of color #A3915D: hue angle of 44.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3915D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 93 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.36 |
| HSL | 44.57º | 0.28% | 0.5% | - |
| HSV(B) | 44.57º | 0.43% | 0.64% | - |
| XYZ | 27.21 | 28.83 | 14.49 | - |
| YUV | 144.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 93 | 0 | 0.11 | 0.43 | 0.36 | 44.57 | 0.28 | 0.5 |
| Hex | A3 | 91 | 5D | 0 | B | 2B | 24 | 2D | 1C | 32 |
| Octal | 243 | 221 | 135 | 0 | 13 | 53 | 44 | 55 | 34 | 62 |
| Binary | 10100011 | 10010001 | 1011101 | 0 | 1011 | 101011 | 100100 | 101101 | 11100 | 110010 |
Color Harmonies of #A3915D
Complementary color
Monochromatic Colors of #A3915D
Black with #A3915D
Text Example
Text Example
White with #A3915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3915D; }
p { color: rgb(163,145,93); }
H1.HeaderClassName
{
color: #A3915D;
}
.AnyTagClassName
{
color: #A3915D;
}
</style>
background-color css
<style>
a { background-color: #A3915D; }
a { background-color: rgb(163,145,93); }
div.DivClassName
{
background-color: #A3915D;
}
.BgClassName
{
background-color: #A3915D;
}
</style>
border-color css
<style>
span { border-color: #A3915D; }
span { border-color: rgb(163,145,93); }
td.TdClassName
{
border-color: #A3915D;
}
.TagClassName
{
border-color: #A3915D;
}
</style>