Shades of Teak #A48A4E
Tints of Teak #A48A4E
RGB
CMYK
RGB Variations
Color information
#A48A4E (or 0xA48A4E) is known color: Teak. HEX triplet: A4, 8A and 4E. RGB value is (164,138,78). Sum of RGB (Red+Green+Blue) = 164+138+78=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A4E is #5B75B1. Grayscale: #8B8B8B. Windows color (decimal): -5993906 or 5147300. OLE color: 5147300.
HSL color Cylindrical-coordinate representation of color #A48A4E: hue angle of 41.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A48A4E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 78 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.36 |
| HSL | 41.86º | 0.36% | 0.47% | - |
| HSV(B) | 41.86º | 0.52% | 0.64% | - |
| XYZ | 25.77 | 26.62 | 10.99 | - |
| YUV | 138.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 78 | 0 | 0.16 | 0.52 | 0.36 | 41.86 | 0.36 | 0.47 |
| Hex | A4 | 8A | 4E | 0 | 10 | 34 | 24 | 2A | 24 | 2F |
| Octal | 244 | 212 | 116 | 0 | 20 | 64 | 44 | 52 | 44 | 57 |
| Binary | 10100100 | 10001010 | 1001110 | 0 | 10000 | 110100 | 100100 | 101010 | 100100 | 101111 |
Color Harmonies of #A48A4E
Complementary color
Monochromatic Colors of #A48A4E
Black with #A48A4E
Text Example
Text Example
White with #A48A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A4E; }
p { color: rgb(164,138,78); }
H1.HeaderClassName
{
color: #A48A4E;
}
.AnyTagClassName
{
color: #A48A4E;
}
</style>
background-color css
<style>
a { background-color: #A48A4E; }
a { background-color: rgb(164,138,78); }
div.DivClassName
{
background-color: #A48A4E;
}
.BgClassName
{
background-color: #A48A4E;
}
</style>
border-color css
<style>
span { border-color: #A48A4E; }
span { border-color: rgb(164,138,78); }
td.TdClassName
{
border-color: #A48A4E;
}
.TagClassName
{
border-color: #A48A4E;
}
</style>