Shades of Teak #A28E5C
Tints of Teak #A28E5C
RGB
CMYK
RGB Variations
Color information
#A28E5C (or 0xA28E5C) is known color: Teak. HEX triplet: A2, 8E and 5C. RGB value is (162,142,92). Sum of RGB (Red+Green+Blue) = 162+142+92=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5C is #5D71A3. Grayscale: #8E8E8E. Windows color (decimal): -6123940 or 6065826. OLE color: 6065826.
HSL color Cylindrical-coordinate representation of color #A28E5C: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A28E5C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 92 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.36 |
| HSL | 42.86º | 0.28% | 0.5% | - |
| HSV(B) | 42.86º | 0.43% | 0.64% | - |
| XYZ | 26.51 | 27.8 | 14.09 | - |
| YUV | 142.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 92 | 0 | 0.12 | 0.43 | 0.36 | 42.86 | 0.28 | 0.5 |
| Hex | A2 | 8E | 5C | 0 | C | 2B | 24 | 2B | 1C | 32 |
| Octal | 242 | 216 | 134 | 0 | 14 | 53 | 44 | 53 | 34 | 62 |
| Binary | 10100010 | 10001110 | 1011100 | 0 | 1100 | 101011 | 100100 | 101011 | 11100 | 110010 |
Color Harmonies of #A28E5C
Complementary color
Monochromatic Colors of #A28E5C
Black with #A28E5C
Text Example
Text Example
White with #A28E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E5C; }
p { color: rgb(162,142,92); }
H1.HeaderClassName
{
color: #A28E5C;
}
.AnyTagClassName
{
color: #A28E5C;
}
</style>
background-color css
<style>
a { background-color: #A28E5C; }
a { background-color: rgb(162,142,92); }
div.DivClassName
{
background-color: #A28E5C;
}
.BgClassName
{
background-color: #A28E5C;
}
</style>
border-color css
<style>
span { border-color: #A28E5C; }
span { border-color: rgb(162,142,92); }
td.TdClassName
{
border-color: #A28E5C;
}
.TagClassName
{
border-color: #A28E5C;
}
</style>