Shades of Teak #A48A5B
Tints of Teak #A48A5B
RGB
CMYK
RGB Variations
Color information
#A48A5B (or 0xA48A5B) is known color: Teak. HEX triplet: A4, 8A and 5B. RGB value is (164,138,91). Sum of RGB (Red+Green+Blue) = 164+138+91=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A5B is #5B75A4. Grayscale: #8C8C8C. Windows color (decimal): -5993893 or 5999268. OLE color: 5999268.
HSL color Cylindrical-coordinate representation of color #A48A5B: hue angle of 38.63º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A48A5B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 91 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.36 |
| HSL | 38.63º | 0.29% | 0.5% | - |
| HSV(B) | 38.63º | 0.45% | 0.64% | - |
| XYZ | 26.29 | 26.82 | 13.69 | - |
| YUV | 140.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 91 | 0 | 0.16 | 0.45 | 0.36 | 38.63 | 0.29 | 0.5 |
| Hex | A4 | 8A | 5B | 0 | 10 | 2D | 24 | 27 | 1D | 32 |
| Octal | 244 | 212 | 133 | 0 | 20 | 55 | 44 | 47 | 35 | 62 |
| Binary | 10100100 | 10001010 | 1011011 | 0 | 10000 | 101101 | 100100 | 100111 | 11101 | 110010 |
Color Harmonies of #A48A5B
Complementary color
Monochromatic Colors of #A48A5B
Black with #A48A5B
Text Example
Text Example
White with #A48A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A5B; }
p { color: rgb(164,138,91); }
H1.HeaderClassName
{
color: #A48A5B;
}
.AnyTagClassName
{
color: #A48A5B;
}
</style>
background-color css
<style>
a { background-color: #A48A5B; }
a { background-color: rgb(164,138,91); }
div.DivClassName
{
background-color: #A48A5B;
}
.BgClassName
{
background-color: #A48A5B;
}
</style>
border-color css
<style>
span { border-color: #A48A5B; }
span { border-color: rgb(164,138,91); }
td.TdClassName
{
border-color: #A48A5B;
}
.TagClassName
{
border-color: #A48A5B;
}
</style>