Shades of Teak #A28E5F
Tints of Teak #A28E5F
RGB
CMYK
RGB Variations
Color information
#A28E5F (or 0xA28E5F) is known color: Teak. HEX triplet: A2, 8E and 5F. RGB value is (162,142,95). Sum of RGB (Red+Green+Blue) = 162+142+95=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5F is #5D71A0. Grayscale: #8E8E8E. Windows color (decimal): -6123937 or 6262434. OLE color: 6262434.
HSL color Cylindrical-coordinate representation of color #A28E5F: hue angle of 42.09º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28E5F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 95 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.36 |
| HSL | 42.09º | 0.26% | 0.5% | - |
| HSV(B) | 42.09º | 0.41% | 0.64% | - |
| XYZ | 26.64 | 27.85 | 14.8 | - |
| YUV | 142.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 95 | 0 | 0.12 | 0.41 | 0.36 | 42.09 | 0.26 | 0.5 |
| Hex | A2 | 8E | 5F | 0 | C | 29 | 24 | 2A | 1A | 32 |
| Octal | 242 | 216 | 137 | 0 | 14 | 51 | 44 | 52 | 32 | 62 |
| Binary | 10100010 | 10001110 | 1011111 | 0 | 1100 | 101001 | 100100 | 101010 | 11010 | 110010 |
Color Harmonies of #A28E5F
Complementary color
Monochromatic Colors of #A28E5F
Black with #A28E5F
Text Example
Text Example
White with #A28E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E5F; }
p { color: rgb(162,142,95); }
H1.HeaderClassName
{
color: #A28E5F;
}
.AnyTagClassName
{
color: #A28E5F;
}
</style>
background-color css
<style>
a { background-color: #A28E5F; }
a { background-color: rgb(162,142,95); }
div.DivClassName
{
background-color: #A28E5F;
}
.BgClassName
{
background-color: #A28E5F;
}
</style>
border-color css
<style>
span { border-color: #A28E5F; }
span { border-color: rgb(162,142,95); }
td.TdClassName
{
border-color: #A28E5F;
}
.TagClassName
{
border-color: #A28E5F;
}
</style>