Shades of Teak #A28B50
Tints of Teak #A28B50
RGB
CMYK
RGB Variations
Color information
#A28B50 (or 0xA28B50) is known color: Teak. HEX triplet: A2, 8B and 50. RGB value is (162,139,80). Sum of RGB (Red+Green+Blue) = 162+139+80=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B50 is #5D74AF. Grayscale: #8B8B8B. Windows color (decimal): -6124720 or 5278626. OLE color: 5278626.
HSL color Cylindrical-coordinate representation of color #A28B50: hue angle of 43.17º 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 #A28B50 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 80 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.36 |
| HSL | 43.17º | 0.34% | 0.47% | - |
| HSV(B) | 43.17º | 0.51% | 0.64% | - |
| XYZ | 25.58 | 26.73 | 11.4 | - |
| YUV | 139.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 80 | 0 | 0.14 | 0.51 | 0.36 | 43.17 | 0.34 | 0.47 |
| Hex | A2 | 8B | 50 | 0 | E | 33 | 24 | 2B | 22 | 2F |
| Octal | 242 | 213 | 120 | 0 | 16 | 63 | 44 | 53 | 42 | 57 |
| Binary | 10100010 | 10001011 | 1010000 | 0 | 1110 | 110011 | 100100 | 101011 | 100010 | 101111 |
Color Harmonies of #A28B50
Complementary color
Monochromatic Colors of #A28B50
Black with #A28B50
Text Example
Text Example
White with #A28B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B50; }
p { color: rgb(162,139,80); }
H1.HeaderClassName
{
color: #A28B50;
}
.AnyTagClassName
{
color: #A28B50;
}
</style>
background-color css
<style>
a { background-color: #A28B50; }
a { background-color: rgb(162,139,80); }
div.DivClassName
{
background-color: #A28B50;
}
.BgClassName
{
background-color: #A28B50;
}
</style>
border-color css
<style>
span { border-color: #A28B50; }
span { border-color: rgb(162,139,80); }
td.TdClassName
{
border-color: #A28B50;
}
.TagClassName
{
border-color: #A28B50;
}
</style>