Shades of Teak #A28C5E
Tints of Teak #A28C5E
RGB
CMYK
RGB Variations
Color information
#A28C5E (or 0xA28C5E) is known color: Teak. HEX triplet: A2, 8C and 5E. RGB value is (162,140,94). Sum of RGB (Red+Green+Blue) = 162+140+94=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C5E is #5D73A1. Grayscale: #8D8D8D. Windows color (decimal): -6124450 or 6196386. OLE color: 6196386.
HSL color Cylindrical-coordinate representation of color #A28C5E: hue angle of 40.59º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A28C5E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 94 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.36 |
| HSL | 40.59º | 0.27% | 0.5% | - |
| HSV(B) | 40.59º | 0.42% | 0.64% | - |
| XYZ | 26.3 | 27.25 | 14.46 | - |
| YUV | 141.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 94 | 0 | 0.14 | 0.42 | 0.36 | 40.59 | 0.27 | 0.5 |
| Hex | A2 | 8C | 5E | 0 | E | 2A | 24 | 29 | 1B | 32 |
| Octal | 242 | 214 | 136 | 0 | 16 | 52 | 44 | 51 | 33 | 62 |
| Binary | 10100010 | 10001100 | 1011110 | 0 | 1110 | 101010 | 100100 | 101001 | 11011 | 110010 |
Color Harmonies of #A28C5E
Complementary color
Monochromatic Colors of #A28C5E
Black with #A28C5E
Text Example
Text Example
White with #A28C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C5E; }
p { color: rgb(162,140,94); }
H1.HeaderClassName
{
color: #A28C5E;
}
.AnyTagClassName
{
color: #A28C5E;
}
</style>
background-color css
<style>
a { background-color: #A28C5E; }
a { background-color: rgb(162,140,94); }
div.DivClassName
{
background-color: #A28C5E;
}
.BgClassName
{
background-color: #A28C5E;
}
</style>
border-color css
<style>
span { border-color: #A28C5E; }
span { border-color: rgb(162,140,94); }
td.TdClassName
{
border-color: #A28C5E;
}
.TagClassName
{
border-color: #A28C5E;
}
</style>