Shades of Teak #A28756
Tints of Teak #A28756
RGB
CMYK
RGB Variations
Color information
#A28756 (or 0xA28756) is known color: Teak. HEX triplet: A2, 87 and 56. RGB value is (162,135,86). Sum of RGB (Red+Green+Blue) = 162+135+86=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A28756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28756 is #5D78A9. Grayscale: #898989. Windows color (decimal): -6125738 or 5670818. OLE color: 5670818.
HSL color Cylindrical-coordinate representation of color #A28756: hue angle of 38.68º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A28756 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 86 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.36 |
| HSL | 38.68º | 0.31% | 0.49% | - |
| HSV(B) | 38.68º | 0.47% | 0.64% | - |
| XYZ | 25.24 | 25.68 | 12.43 | - |
| YUV | 137.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 86 | 0 | 0.17 | 0.47 | 0.36 | 38.68 | 0.31 | 0.49 |
| Hex | A2 | 87 | 56 | 0 | 11 | 2F | 24 | 27 | 1F | 31 |
| Octal | 242 | 207 | 126 | 0 | 21 | 57 | 44 | 47 | 37 | 61 |
| Binary | 10100010 | 10000111 | 1010110 | 0 | 10001 | 101111 | 100100 | 100111 | 11111 | 110001 |
Color Harmonies of #A28756
Complementary color
Monochromatic Colors of #A28756
Black with #A28756
Text Example
Text Example
White with #A28756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28756; }
p { color: rgb(162,135,86); }
H1.HeaderClassName
{
color: #A28756;
}
.AnyTagClassName
{
color: #A28756;
}
</style>
background-color css
<style>
a { background-color: #A28756; }
a { background-color: rgb(162,135,86); }
div.DivClassName
{
background-color: #A28756;
}
.BgClassName
{
background-color: #A28756;
}
</style>
border-color css
<style>
span { border-color: #A28756; }
span { border-color: rgb(162,135,86); }
td.TdClassName
{
border-color: #A28756;
}
.TagClassName
{
border-color: #A28756;
}
</style>