Shades of Teak #A28D5D
Tints of Teak #A28D5D
RGB
CMYK
RGB Variations
Color information
#A28D5D (or 0xA28D5D) is known color: Teak. HEX triplet: A2, 8D and 5D. RGB value is (162,141,93). Sum of RGB (Red+Green+Blue) = 162+141+93=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D5D is #5D72A2. Grayscale: #8E8E8E. Windows color (decimal): -6124195 or 6131106. OLE color: 6131106.
HSL color Cylindrical-coordinate representation of color #A28D5D: hue angle of 41.74º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A28D5D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 93 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.36 |
| HSL | 41.74º | 0.27% | 0.5% | - |
| HSV(B) | 41.74º | 0.43% | 0.64% | - |
| XYZ | 26.4 | 27.52 | 14.28 | - |
| YUV | 141.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 93 | 0 | 0.13 | 0.43 | 0.36 | 41.74 | 0.27 | 0.5 |
| Hex | A2 | 8D | 5D | 0 | D | 2B | 24 | 2A | 1B | 32 |
| Octal | 242 | 215 | 135 | 0 | 15 | 53 | 44 | 52 | 33 | 62 |
| Binary | 10100010 | 10001101 | 1011101 | 0 | 1101 | 101011 | 100100 | 101010 | 11011 | 110010 |
Color Harmonies of #A28D5D
Complementary color
Monochromatic Colors of #A28D5D
Black with #A28D5D
Text Example
Text Example
White with #A28D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D5D; }
p { color: rgb(162,141,93); }
H1.HeaderClassName
{
color: #A28D5D;
}
.AnyTagClassName
{
color: #A28D5D;
}
</style>
background-color css
<style>
a { background-color: #A28D5D; }
a { background-color: rgb(162,141,93); }
div.DivClassName
{
background-color: #A28D5D;
}
.BgClassName
{
background-color: #A28D5D;
}
</style>
border-color css
<style>
span { border-color: #A28D5D; }
span { border-color: rgb(162,141,93); }
td.TdClassName
{
border-color: #A28D5D;
}
.TagClassName
{
border-color: #A28D5D;
}
</style>