Shades of Teak #A28B5F
Tints of Teak #A28B5F
RGB
CMYK
RGB Variations
Color information
#A28B5F (or 0xA28B5F) is known color: Teak. HEX triplet: A2, 8B and 5F. RGB value is (162,139,95). Sum of RGB (Red+Green+Blue) = 162+139+95=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B5F is #5D74A0. Grayscale: #8D8D8D. Windows color (decimal): -6124705 or 6261666. OLE color: 6261666.
HSL color Cylindrical-coordinate representation of color #A28B5F: hue angle of 39.4º 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 #A28B5F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 95 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.36 |
| HSL | 39.4º | 0.26% | 0.5% | - |
| HSV(B) | 39.4º | 0.41% | 0.64% | - |
| XYZ | 26.2 | 26.97 | 14.65 | - |
| YUV | 140.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 95 | 0 | 0.14 | 0.41 | 0.36 | 39.4 | 0.26 | 0.5 |
| Hex | A2 | 8B | 5F | 0 | E | 29 | 24 | 27 | 1A | 32 |
| Octal | 242 | 213 | 137 | 0 | 16 | 51 | 44 | 47 | 32 | 62 |
| Binary | 10100010 | 10001011 | 1011111 | 0 | 1110 | 101001 | 100100 | 100111 | 11010 | 110010 |
Color Harmonies of #A28B5F
Complementary color
Monochromatic Colors of #A28B5F
Black with #A28B5F
Text Example
Text Example
White with #A28B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B5F; }
p { color: rgb(162,139,95); }
H1.HeaderClassName
{
color: #A28B5F;
}
.AnyTagClassName
{
color: #A28B5F;
}
</style>
background-color css
<style>
a { background-color: #A28B5F; }
a { background-color: rgb(162,139,95); }
div.DivClassName
{
background-color: #A28B5F;
}
.BgClassName
{
background-color: #A28B5F;
}
</style>
border-color css
<style>
span { border-color: #A28B5F; }
span { border-color: rgb(162,139,95); }
td.TdClassName
{
border-color: #A28B5F;
}
.TagClassName
{
border-color: #A28B5F;
}
</style>