Shades of Teak #A48A4B
Tints of Teak #A48A4B
RGB
CMYK
RGB Variations
Color information
#A48A4B (or 0xA48A4B) is known color: Teak. HEX triplet: A4, 8A and 4B. RGB value is (164,138,75). Sum of RGB (Red+Green+Blue) = 164+138+75=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A4B is #5B75B4. Grayscale: #8A8A8A. Windows color (decimal): -5993909 or 4950692. OLE color: 4950692.
HSL color Cylindrical-coordinate representation of color #A48A4B: hue angle of 42.47º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A48A4B is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 75 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.36 |
| HSL | 42.47º | 0.37% | 0.47% | - |
| HSV(B) | 42.47º | 0.54% | 0.64% | - |
| XYZ | 25.67 | 26.58 | 10.43 | - |
| YUV | 138.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 75 | 0 | 0.16 | 0.54 | 0.36 | 42.47 | 0.37 | 0.47 |
| Hex | A4 | 8A | 4B | 0 | 10 | 36 | 24 | 2A | 25 | 2F |
| Octal | 244 | 212 | 113 | 0 | 20 | 66 | 44 | 52 | 45 | 57 |
| Binary | 10100100 | 10001010 | 1001011 | 0 | 10000 | 110110 | 100100 | 101010 | 100101 | 101111 |
Color Harmonies of #A48A4B
Complementary color
Monochromatic Colors of #A48A4B
Black with #A48A4B
Text Example
Text Example
White with #A48A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A4B; }
p { color: rgb(164,138,75); }
H1.HeaderClassName
{
color: #A48A4B;
}
.AnyTagClassName
{
color: #A48A4B;
}
</style>
background-color css
<style>
a { background-color: #A48A4B; }
a { background-color: rgb(164,138,75); }
div.DivClassName
{
background-color: #A48A4B;
}
.BgClassName
{
background-color: #A48A4B;
}
</style>
border-color css
<style>
span { border-color: #A48A4B; }
span { border-color: rgb(164,138,75); }
td.TdClassName
{
border-color: #A48A4B;
}
.TagClassName
{
border-color: #A48A4B;
}
</style>