Shades of Teak #A28D4F
Tints of Teak #A28D4F
RGB
CMYK
RGB Variations
Color information
#A28D4F (or 0xA28D4F) is known color: Teak. HEX triplet: A2, 8D and 4F. RGB value is (162,141,79). Sum of RGB (Red+Green+Blue) = 162+141+79=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D4F is #5D72B0. Grayscale: #8C8C8C. Windows color (decimal): -6124209 or 5213602. OLE color: 5213602.
HSL color Cylindrical-coordinate representation of color #A28D4F: hue angle of 44.82º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A28D4F is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 79 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.36 |
| HSL | 44.82º | 0.34% | 0.47% | - |
| HSV(B) | 44.82º | 0.51% | 0.64% | - |
| XYZ | 25.84 | 27.3 | 11.3 | - |
| YUV | 140.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 79 | 0 | 0.13 | 0.51 | 0.36 | 44.82 | 0.34 | 0.47 |
| Hex | A2 | 8D | 4F | 0 | D | 33 | 24 | 2D | 22 | 2F |
| Octal | 242 | 215 | 117 | 0 | 15 | 63 | 44 | 55 | 42 | 57 |
| Binary | 10100010 | 10001101 | 1001111 | 0 | 1101 | 110011 | 100100 | 101101 | 100010 | 101111 |
Color Harmonies of #A28D4F
Complementary color
Monochromatic Colors of #A28D4F
Black with #A28D4F
Text Example
Text Example
White with #A28D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D4F; }
p { color: rgb(162,141,79); }
H1.HeaderClassName
{
color: #A28D4F;
}
.AnyTagClassName
{
color: #A28D4F;
}
</style>
background-color css
<style>
a { background-color: #A28D4F; }
a { background-color: rgb(162,141,79); }
div.DivClassName
{
background-color: #A28D4F;
}
.BgClassName
{
background-color: #A28D4F;
}
</style>
border-color css
<style>
span { border-color: #A28D4F; }
span { border-color: rgb(162,141,79); }
td.TdClassName
{
border-color: #A28D4F;
}
.TagClassName
{
border-color: #A28D4F;
}
</style>