Shades of Teak #A38850
Tints of Teak #A38850
RGB
CMYK
RGB Variations
Color information
#A38850 (or 0xA38850) is known color: Teak. HEX triplet: A3, 88 and 50. RGB value is (163,136,80). Sum of RGB (Red+Green+Blue) = 163+136+80=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A38850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38850 is #5C77AF. Grayscale: #898989. Windows color (decimal): -6059952 or 5277859. OLE color: 5277859.
HSL color Cylindrical-coordinate representation of color #A38850: hue angle of 40.48º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A38850 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 80 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.36 |
| HSL | 40.48º | 0.34% | 0.48% | - |
| HSV(B) | 40.48º | 0.51% | 0.64% | - |
| XYZ | 25.36 | 25.97 | 11.27 | - |
| YUV | 137.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 80 | 0 | 0.17 | 0.51 | 0.36 | 40.48 | 0.34 | 0.48 |
| Hex | A3 | 88 | 50 | 0 | 11 | 33 | 24 | 28 | 22 | 30 |
| Octal | 243 | 210 | 120 | 0 | 21 | 63 | 44 | 50 | 42 | 60 |
| Binary | 10100011 | 10001000 | 1010000 | 0 | 10001 | 110011 | 100100 | 101000 | 100010 | 110000 |
Color Harmonies of #A38850
Complementary color
Monochromatic Colors of #A38850
Black with #A38850
Text Example
Text Example
White with #A38850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38850; }
p { color: rgb(163,136,80); }
H1.HeaderClassName
{
color: #A38850;
}
.AnyTagClassName
{
color: #A38850;
}
</style>
background-color css
<style>
a { background-color: #A38850; }
a { background-color: rgb(163,136,80); }
div.DivClassName
{
background-color: #A38850;
}
.BgClassName
{
background-color: #A38850;
}
</style>
border-color css
<style>
span { border-color: #A38850; }
span { border-color: rgb(163,136,80); }
td.TdClassName
{
border-color: #A38850;
}
.TagClassName
{
border-color: #A38850;
}
</style>