Shades of Tallow #A69862
Tints of Tallow #A69862
RGB
CMYK
RGB Variations
Color information
#A69862 (or 0xA69862) is known color: Tallow. HEX triplet: A6, 98 and 62. RGB value is (166,152,98). Sum of RGB (Red+Green+Blue) = 166+152+98=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69862 is #59679D. Grayscale: #969696. Windows color (decimal): -5859230 or 6461606. OLE color: 6461606.
HSL color Cylindrical-coordinate representation of color #A69862: hue angle of 47.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A69862 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 98 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.35 |
| HSL | 47.65º | 0.28% | 0.52% | - |
| HSV(B) | 47.65º | 0.41% | 0.65% | - |
| XYZ | 29.16 | 31.45 | 16.09 | - |
| YUV | 150.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 98 | 0 | 0.08 | 0.41 | 0.35 | 47.65 | 0.28 | 0.52 |
| Hex | A6 | 98 | 62 | 0 | 8 | 29 | 23 | 30 | 1C | 34 |
| Octal | 246 | 230 | 142 | 0 | 10 | 51 | 43 | 60 | 34 | 64 |
| Binary | 10100110 | 10011000 | 1100010 | 0 | 1000 | 101001 | 100011 | 110000 | 11100 | 110100 |
Color Harmonies of #A69862
Complementary color
Monochromatic Colors of #A69862
Black with #A69862
Text Example
Text Example
White with #A69862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69862; }
p { color: rgb(166,152,98); }
H1.HeaderClassName
{
color: #A69862;
}
.AnyTagClassName
{
color: #A69862;
}
</style>
background-color css
<style>
a { background-color: #A69862; }
a { background-color: rgb(166,152,98); }
div.DivClassName
{
background-color: #A69862;
}
.BgClassName
{
background-color: #A69862;
}
</style>
border-color css
<style>
span { border-color: #A69862; }
span { border-color: rgb(166,152,98); }
td.TdClassName
{
border-color: #A69862;
}
.TagClassName
{
border-color: #A69862;
}
</style>