Shades of Teak #A28C4D
Tints of Teak #A28C4D
RGB
CMYK
RGB Variations
Color information
#A28C4D (or 0xA28C4D) is known color: Teak. HEX triplet: A2, 8C and 4D. RGB value is (162,140,77). Sum of RGB (Red+Green+Blue) = 162+140+77=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C4D is #5D73B2. Grayscale: #8B8B8B. Windows color (decimal): -6124467 or 5082274. OLE color: 5082274.
HSL color Cylindrical-coordinate representation of color #A28C4D: hue angle of 44.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A28C4D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 77 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.36 |
| HSL | 44.47º | 0.36% | 0.47% | - |
| HSV(B) | 44.47º | 0.52% | 0.64% | - |
| XYZ | 25.62 | 26.97 | 10.88 | - |
| YUV | 139.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 77 | 0 | 0.14 | 0.52 | 0.36 | 44.47 | 0.36 | 0.47 |
| Hex | A2 | 8C | 4D | 0 | E | 34 | 24 | 2C | 24 | 2F |
| Octal | 242 | 214 | 115 | 0 | 16 | 64 | 44 | 54 | 44 | 57 |
| Binary | 10100010 | 10001100 | 1001101 | 0 | 1110 | 110100 | 100100 | 101100 | 100100 | 101111 |
Color Harmonies of #A28C4D
Complementary color
Monochromatic Colors of #A28C4D
Black with #A28C4D
Text Example
Text Example
White with #A28C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C4D; }
p { color: rgb(162,140,77); }
H1.HeaderClassName
{
color: #A28C4D;
}
.AnyTagClassName
{
color: #A28C4D;
}
</style>
background-color css
<style>
a { background-color: #A28C4D; }
a { background-color: rgb(162,140,77); }
div.DivClassName
{
background-color: #A28C4D;
}
.BgClassName
{
background-color: #A28C4D;
}
</style>
border-color css
<style>
span { border-color: #A28C4D; }
span { border-color: rgb(162,140,77); }
td.TdClassName
{
border-color: #A28C4D;
}
.TagClassName
{
border-color: #A28C4D;
}
</style>