Shades of Teak #A28E5D
Tints of Teak #A28E5D
RGB
CMYK
RGB Variations
Color information
#A28E5D (or 0xA28E5D) is known color: Teak. HEX triplet: A2, 8E and 5D. RGB value is (162,142,93). Sum of RGB (Red+Green+Blue) = 162+142+93=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5D is #5D71A2. Grayscale: #8E8E8E. Windows color (decimal): -6123939 or 6131362. OLE color: 6131362.
HSL color Cylindrical-coordinate representation of color #A28E5D: hue angle of 42.61º 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 #A28E5D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 93 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.36 |
| HSL | 42.61º | 0.27% | 0.5% | - |
| HSV(B) | 42.61º | 0.43% | 0.64% | - |
| XYZ | 26.55 | 27.82 | 14.33 | - |
| YUV | 142.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 93 | 0 | 0.12 | 0.43 | 0.36 | 42.61 | 0.27 | 0.5 |
| Hex | A2 | 8E | 5D | 0 | C | 2B | 24 | 2B | 1B | 32 |
| Octal | 242 | 216 | 135 | 0 | 14 | 53 | 44 | 53 | 33 | 62 |
| Binary | 10100010 | 10001110 | 1011101 | 0 | 1100 | 101011 | 100100 | 101011 | 11011 | 110010 |
Color Harmonies of #A28E5D
Complementary color
Monochromatic Colors of #A28E5D
Black with #A28E5D
Text Example
Text Example
White with #A28E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E5D; }
p { color: rgb(162,142,93); }
H1.HeaderClassName
{
color: #A28E5D;
}
.AnyTagClassName
{
color: #A28E5D;
}
</style>
background-color css
<style>
a { background-color: #A28E5D; }
a { background-color: rgb(162,142,93); }
div.DivClassName
{
background-color: #A28E5D;
}
.BgClassName
{
background-color: #A28E5D;
}
</style>
border-color css
<style>
span { border-color: #A28E5D; }
span { border-color: rgb(162,142,93); }
td.TdClassName
{
border-color: #A28E5D;
}
.TagClassName
{
border-color: #A28E5D;
}
</style>