Shades of Teak #A28C4F
Tints of Teak #A28C4F
RGB
CMYK
RGB Variations
Color information
#A28C4F (or 0xA28C4F) is known color: Teak. HEX triplet: A2, 8C and 4F. RGB value is (162,140,79). Sum of RGB (Red+Green+Blue) = 162+140+79=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C4F is #5D73B0. Grayscale: #8B8B8B. Windows color (decimal): -6124465 or 5213346. OLE color: 5213346.
HSL color Cylindrical-coordinate representation of color #A28C4F: hue angle of 44.1º 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 #A28C4F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 79 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.36 |
| HSL | 44.1º | 0.34% | 0.47% | - |
| HSV(B) | 44.1º | 0.51% | 0.64% | - |
| XYZ | 25.69 | 27 | 11.26 | - |
| YUV | 139.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 79 | 0 | 0.14 | 0.51 | 0.36 | 44.1 | 0.34 | 0.47 |
| Hex | A2 | 8C | 4F | 0 | E | 33 | 24 | 2C | 22 | 2F |
| Octal | 242 | 214 | 117 | 0 | 16 | 63 | 44 | 54 | 42 | 57 |
| Binary | 10100010 | 10001100 | 1001111 | 0 | 1110 | 110011 | 100100 | 101100 | 100010 | 101111 |
Color Harmonies of #A28C4F
Complementary color
Monochromatic Colors of #A28C4F
Black with #A28C4F
Text Example
Text Example
White with #A28C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C4F; }
p { color: rgb(162,140,79); }
H1.HeaderClassName
{
color: #A28C4F;
}
.AnyTagClassName
{
color: #A28C4F;
}
</style>
background-color css
<style>
a { background-color: #A28C4F; }
a { background-color: rgb(162,140,79); }
div.DivClassName
{
background-color: #A28C4F;
}
.BgClassName
{
background-color: #A28C4F;
}
</style>
border-color css
<style>
span { border-color: #A28C4F; }
span { border-color: rgb(162,140,79); }
td.TdClassName
{
border-color: #A28C4F;
}
.TagClassName
{
border-color: #A28C4F;
}
</style>