Shades of Teak #A48754
Tints of Teak #A48754
RGB
CMYK
RGB Variations
Color information
#A48754 (or 0xA48754) is known color: Teak. HEX triplet: A4, 87 and 54. RGB value is (164,135,84). Sum of RGB (Red+Green+Blue) = 164+135+84=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48754 is #5B78AB. Grayscale: #8A8A8A. Windows color (decimal): -5994668 or 5539748. OLE color: 5539748.
HSL color Cylindrical-coordinate representation of color #A48754: hue angle of 38.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48754 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 84 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.36 |
| HSL | 38.25º | 0.32% | 0.49% | - |
| HSV(B) | 38.25º | 0.49% | 0.64% | - |
| XYZ | 25.57 | 25.86 | 12.03 | - |
| YUV | 137.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 84 | 0 | 0.18 | 0.49 | 0.36 | 38.25 | 0.32 | 0.49 |
| Hex | A4 | 87 | 54 | 0 | 12 | 31 | 24 | 26 | 20 | 31 |
| Octal | 244 | 207 | 124 | 0 | 22 | 61 | 44 | 46 | 40 | 61 |
| Binary | 10100100 | 10000111 | 1010100 | 0 | 10010 | 110001 | 100100 | 100110 | 100000 | 110001 |
Color Harmonies of #A48754
Complementary color
Monochromatic Colors of #A48754
Black with #A48754
Text Example
Text Example
White with #A48754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48754; }
p { color: rgb(164,135,84); }
H1.HeaderClassName
{
color: #A48754;
}
.AnyTagClassName
{
color: #A48754;
}
</style>
background-color css
<style>
a { background-color: #A48754; }
a { background-color: rgb(164,135,84); }
div.DivClassName
{
background-color: #A48754;
}
.BgClassName
{
background-color: #A48754;
}
</style>
border-color css
<style>
span { border-color: #A48754; }
span { border-color: rgb(164,135,84); }
td.TdClassName
{
border-color: #A48754;
}
.TagClassName
{
border-color: #A48754;
}
</style>