Shades of Teak #A38C60
Tints of Teak #A38C60
RGB
CMYK
RGB Variations
Color information
#A38C60 (or 0xA38C60) is known color: Teak. HEX triplet: A3, 8C and 60. RGB value is (163,140,96). Sum of RGB (Red+Green+Blue) = 163+140+96=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C60 is #5C739F. Grayscale: #8E8E8E. Windows color (decimal): -6058912 or 6327459. OLE color: 6327459.
HSL color Cylindrical-coordinate representation of color #A38C60: hue angle of 39.4º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38C60 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 96 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.36 |
| HSL | 39.4º | 0.27% | 0.51% | - |
| HSV(B) | 39.4º | 0.41% | 0.64% | - |
| XYZ | 26.59 | 27.39 | 14.95 | - |
| YUV | 141.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 96 | 0 | 0.14 | 0.41 | 0.36 | 39.4 | 0.27 | 0.51 |
| Hex | A3 | 8C | 60 | 0 | E | 29 | 24 | 27 | 1B | 33 |
| Octal | 243 | 214 | 140 | 0 | 16 | 51 | 44 | 47 | 33 | 63 |
| Binary | 10100011 | 10001100 | 1100000 | 0 | 1110 | 101001 | 100100 | 100111 | 11011 | 110011 |
Color Harmonies of #A38C60
Complementary color
Monochromatic Colors of #A38C60
Black with #A38C60
Text Example
Text Example
White with #A38C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C60; }
p { color: rgb(163,140,96); }
H1.HeaderClassName
{
color: #A38C60;
}
.AnyTagClassName
{
color: #A38C60;
}
</style>
background-color css
<style>
a { background-color: #A38C60; }
a { background-color: rgb(163,140,96); }
div.DivClassName
{
background-color: #A38C60;
}
.BgClassName
{
background-color: #A38C60;
}
</style>
border-color css
<style>
span { border-color: #A38C60; }
span { border-color: rgb(163,140,96); }
td.TdClassName
{
border-color: #A38C60;
}
.TagClassName
{
border-color: #A38C60;
}
</style>