Shades of Teak #A48F5C
Tints of Teak #A48F5C
RGB
CMYK
RGB Variations
Color information
#A48F5C (or 0xA48F5C) is known color: Teak. HEX triplet: A4, 8F and 5C. RGB value is (164,143,92). Sum of RGB (Red+Green+Blue) = 164+143+92=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F5C is #5B70A3. Grayscale: #8F8F8F. Windows color (decimal): -5992612 or 6066084. OLE color: 6066084.
HSL color Cylindrical-coordinate representation of color #A48F5C: hue angle of 42.5º 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 #A48F5C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 92 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.36 |
| HSL | 42.5º | 0.28% | 0.5% | - |
| HSV(B) | 42.5º | 0.44% | 0.64% | - |
| XYZ | 27.06 | 28.31 | 14.16 | - |
| YUV | 143.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 92 | 0 | 0.13 | 0.44 | 0.36 | 42.5 | 0.28 | 0.5 |
| Hex | A4 | 8F | 5C | 0 | D | 2C | 24 | 2A | 1C | 32 |
| Octal | 244 | 217 | 134 | 0 | 15 | 54 | 44 | 52 | 34 | 62 |
| Binary | 10100100 | 10001111 | 1011100 | 0 | 1101 | 101100 | 100100 | 101010 | 11100 | 110010 |
Color Harmonies of #A48F5C
Complementary color
Monochromatic Colors of #A48F5C
Black with #A48F5C
Text Example
Text Example
White with #A48F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F5C; }
p { color: rgb(164,143,92); }
H1.HeaderClassName
{
color: #A48F5C;
}
.AnyTagClassName
{
color: #A48F5C;
}
</style>
background-color css
<style>
a { background-color: #A48F5C; }
a { background-color: rgb(164,143,92); }
div.DivClassName
{
background-color: #A48F5C;
}
.BgClassName
{
background-color: #A48F5C;
}
</style>
border-color css
<style>
span { border-color: #A48F5C; }
span { border-color: rgb(164,143,92); }
td.TdClassName
{
border-color: #A48F5C;
}
.TagClassName
{
border-color: #A48F5C;
}
</style>