Shades of Teak #A28C5B
Tints of Teak #A28C5B
RGB
CMYK
RGB Variations
Color information
#A28C5B (or 0xA28C5B) is known color: Teak. HEX triplet: A2, 8C and 5B. RGB value is (162,140,91). Sum of RGB (Red+Green+Blue) = 162+140+91=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C5B is #5D73A4. Grayscale: #8D8D8D. Windows color (decimal): -6124453 or 5999778. OLE color: 5999778.
HSL color Cylindrical-coordinate representation of color #A28C5B: hue angle of 41.41º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28C5B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 91 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.36 |
| HSL | 41.41º | 0.28% | 0.5% | - |
| HSV(B) | 41.41º | 0.44% | 0.64% | - |
| XYZ | 26.17 | 27.19 | 13.77 | - |
| YUV | 140.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 91 | 0 | 0.14 | 0.44 | 0.36 | 41.41 | 0.28 | 0.5 |
| Hex | A2 | 8C | 5B | 0 | E | 2C | 24 | 29 | 1C | 32 |
| Octal | 242 | 214 | 133 | 0 | 16 | 54 | 44 | 51 | 34 | 62 |
| Binary | 10100010 | 10001100 | 1011011 | 0 | 1110 | 101100 | 100100 | 101001 | 11100 | 110010 |
Color Harmonies of #A28C5B
Complementary color
Monochromatic Colors of #A28C5B
Black with #A28C5B
Text Example
Text Example
White with #A28C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C5B; }
p { color: rgb(162,140,91); }
H1.HeaderClassName
{
color: #A28C5B;
}
.AnyTagClassName
{
color: #A28C5B;
}
</style>
background-color css
<style>
a { background-color: #A28C5B; }
a { background-color: rgb(162,140,91); }
div.DivClassName
{
background-color: #A28C5B;
}
.BgClassName
{
background-color: #A28C5B;
}
</style>
border-color css
<style>
span { border-color: #A28C5B; }
span { border-color: rgb(162,140,91); }
td.TdClassName
{
border-color: #A28C5B;
}
.TagClassName
{
border-color: #A28C5B;
}
</style>