Shades of Teak #A28F53
Tints of Teak #A28F53
RGB
CMYK
RGB Variations
Color information
#A28F53 (or 0xA28F53) is known color: Teak. HEX triplet: A2, 8F and 53. RGB value is (162,143,83). Sum of RGB (Red+Green+Blue) = 162+143+83=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F53 is #5D70AC. Grayscale: #8E8E8E. Windows color (decimal): -6123693 or 5476258. OLE color: 5476258.
HSL color Cylindrical-coordinate representation of color #A28F53: hue angle of 45.57º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A28F53 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 83 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.36 |
| HSL | 45.57º | 0.32% | 0.48% | - |
| HSV(B) | 45.57º | 0.49% | 0.64% | - |
| XYZ | 26.28 | 27.95 | 12.19 | - |
| YUV | 141.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 83 | 0 | 0.12 | 0.49 | 0.36 | 45.57 | 0.32 | 0.48 |
| Hex | A2 | 8F | 53 | 0 | C | 31 | 24 | 2E | 20 | 30 |
| Octal | 242 | 217 | 123 | 0 | 14 | 61 | 44 | 56 | 40 | 60 |
| Binary | 10100010 | 10001111 | 1010011 | 0 | 1100 | 110001 | 100100 | 101110 | 100000 | 110000 |
Color Harmonies of #A28F53
Complementary color
Monochromatic Colors of #A28F53
Black with #A28F53
Text Example
Text Example
White with #A28F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F53; }
p { color: rgb(162,143,83); }
H1.HeaderClassName
{
color: #A28F53;
}
.AnyTagClassName
{
color: #A28F53;
}
</style>
background-color css
<style>
a { background-color: #A28F53; }
a { background-color: rgb(162,143,83); }
div.DivClassName
{
background-color: #A28F53;
}
.BgClassName
{
background-color: #A28F53;
}
</style>
border-color css
<style>
span { border-color: #A28F53; }
span { border-color: rgb(162,143,83); }
td.TdClassName
{
border-color: #A28F53;
}
.TagClassName
{
border-color: #A28F53;
}
</style>