Shades of Teak #A69151
Tints of Teak #A69151
RGB
CMYK
RGB Variations
Color information
#A69151 (or 0xA69151) is known color: Teak. HEX triplet: A6, 91 and 51. RGB value is (166,145,81). Sum of RGB (Red+Green+Blue) = 166+145+81=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A69151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69151 is #596EAE. Grayscale: #909090. Windows color (decimal): -5861039 or 5345702. OLE color: 5345702.
HSL color Cylindrical-coordinate representation of color #A69151: hue angle of 45.18º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A69151 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 81 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.35 |
| HSL | 45.18º | 0.34% | 0.48% | - |
| HSV(B) | 45.18º | 0.51% | 0.65% | - |
| XYZ | 27.34 | 28.95 | 11.93 | - |
| YUV | 143.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 81 | 0 | 0.13 | 0.51 | 0.35 | 45.18 | 0.34 | 0.48 |
| Hex | A6 | 91 | 51 | 0 | D | 33 | 23 | 2D | 22 | 30 |
| Octal | 246 | 221 | 121 | 0 | 15 | 63 | 43 | 55 | 42 | 60 |
| Binary | 10100110 | 10010001 | 1010001 | 0 | 1101 | 110011 | 100011 | 101101 | 100010 | 110000 |
Color Harmonies of #A69151
Complementary color
Monochromatic Colors of #A69151
Black with #A69151
Text Example
Text Example
White with #A69151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69151; }
p { color: rgb(166,145,81); }
H1.HeaderClassName
{
color: #A69151;
}
.AnyTagClassName
{
color: #A69151;
}
</style>
background-color css
<style>
a { background-color: #A69151; }
a { background-color: rgb(166,145,81); }
div.DivClassName
{
background-color: #A69151;
}
.BgClassName
{
background-color: #A69151;
}
</style>
border-color css
<style>
span { border-color: #A69151; }
span { border-color: rgb(166,145,81); }
td.TdClassName
{
border-color: #A69151;
}
.TagClassName
{
border-color: #A69151;
}
</style>