Shades of Teak #A29255
Tints of Teak #A29255
RGB
CMYK
RGB Variations
Color information
#A29255 (or 0xA29255) is known color: Teak. HEX triplet: A2, 92 and 55. RGB value is (162,146,85). Sum of RGB (Red+Green+Blue) = 162+146+85=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A29255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29255 is #5D6DAA. Grayscale: #909090. Windows color (decimal): -6122923 or 5608098. OLE color: 5608098.
HSL color Cylindrical-coordinate representation of color #A29255: hue angle of 47.53º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A29255 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 85 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.36 |
| HSL | 47.53º | 0.31% | 0.48% | - |
| HSV(B) | 47.53º | 0.48% | 0.64% | - |
| XYZ | 26.82 | 28.9 | 12.76 | - |
| YUV | 143.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 85 | 0 | 0.10 | 0.48 | 0.36 | 47.53 | 0.31 | 0.48 |
| Hex | A2 | 92 | 55 | 0 | A | 30 | 24 | 30 | 1F | 30 |
| Octal | 242 | 222 | 125 | 0 | 12 | 60 | 44 | 60 | 37 | 60 |
| Binary | 10100010 | 10010010 | 1010101 | 0 | 1010 | 110000 | 100100 | 110000 | 11111 | 110000 |
Color Harmonies of #A29255
Complementary color
Monochromatic Colors of #A29255
Black with #A29255
Text Example
Text Example
White with #A29255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29255; }
p { color: rgb(162,146,85); }
H1.HeaderClassName
{
color: #A29255;
}
.AnyTagClassName
{
color: #A29255;
}
</style>
background-color css
<style>
a { background-color: #A29255; }
a { background-color: rgb(162,146,85); }
div.DivClassName
{
background-color: #A29255;
}
.BgClassName
{
background-color: #A29255;
}
</style>
border-color css
<style>
span { border-color: #A29255; }
span { border-color: rgb(162,146,85); }
td.TdClassName
{
border-color: #A29255;
}
.TagClassName
{
border-color: #A29255;
}
</style>