Shades of Teak #A28A59
Tints of Teak #A28A59
RGB
CMYK
RGB Variations
Color information
#A28A59 (or 0xA28A59) is known color: Teak. HEX triplet: A2, 8A and 59. RGB value is (162,138,89). Sum of RGB (Red+Green+Blue) = 162+138+89=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A59 is #5D75A6. Grayscale: #8B8B8B. Windows color (decimal): -6124967 or 5868194. OLE color: 5868194.
HSL color Cylindrical-coordinate representation of color #A28A59: hue angle of 40.27º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28A59 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 89 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.36 |
| HSL | 40.27º | 0.29% | 0.49% | - |
| HSV(B) | 40.27º | 0.45% | 0.64% | - |
| XYZ | 25.79 | 26.58 | 13.22 | - |
| YUV | 139.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 89 | 0 | 0.15 | 0.45 | 0.36 | 40.27 | 0.29 | 0.49 |
| Hex | A2 | 8A | 59 | 0 | F | 2D | 24 | 28 | 1D | 31 |
| Octal | 242 | 212 | 131 | 0 | 17 | 55 | 44 | 50 | 35 | 61 |
| Binary | 10100010 | 10001010 | 1011001 | 0 | 1111 | 101101 | 100100 | 101000 | 11101 | 110001 |
Color Harmonies of #A28A59
Complementary color
Monochromatic Colors of #A28A59
Black with #A28A59
Text Example
Text Example
White with #A28A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A59; }
p { color: rgb(162,138,89); }
H1.HeaderClassName
{
color: #A28A59;
}
.AnyTagClassName
{
color: #A28A59;
}
</style>
background-color css
<style>
a { background-color: #A28A59; }
a { background-color: rgb(162,138,89); }
div.DivClassName
{
background-color: #A28A59;
}
.BgClassName
{
background-color: #A28A59;
}
</style>
border-color css
<style>
span { border-color: #A28A59; }
span { border-color: rgb(162,138,89); }
td.TdClassName
{
border-color: #A28A59;
}
.TagClassName
{
border-color: #A28A59;
}
</style>