Shades of Tallow #A39B69
Tints of Tallow #A39B69
RGB
CMYK
RGB Variations
Color information
#A39B69 (or 0xA39B69) is known color: Tallow. HEX triplet: A3, 9B and 69. RGB value is (163,155,105). Sum of RGB (Red+Green+Blue) = 163+155+105=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B69 is #5C6496. Grayscale: #979797. Windows color (decimal): -6055063 or 6921123. OLE color: 6921123.
HSL color Cylindrical-coordinate representation of color #A39B69: hue angle of 51.72º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39B69 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 105 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.36 |
| HSL | 51.72º | 0.24% | 0.53% | - |
| HSV(B) | 51.72º | 0.36% | 0.64% | - |
| XYZ | 29.38 | 32.25 | 18.04 | - |
| YUV | 151.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 105 | 0 | 0.05 | 0.36 | 0.36 | 51.72 | 0.24 | 0.53 |
| Hex | A3 | 9B | 69 | 0 | 5 | 24 | 24 | 34 | 18 | 35 |
| Octal | 243 | 233 | 151 | 0 | 5 | 44 | 44 | 64 | 30 | 65 |
| Binary | 10100011 | 10011011 | 1101001 | 0 | 101 | 100100 | 100100 | 110100 | 11000 | 110101 |
Color Harmonies of #A39B69
Complementary color
Monochromatic Colors of #A39B69
Black with #A39B69
Text Example
Text Example
White with #A39B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B69; }
p { color: rgb(163,155,105); }
H1.HeaderClassName
{
color: #A39B69;
}
.AnyTagClassName
{
color: #A39B69;
}
</style>
background-color css
<style>
a { background-color: #A39B69; }
a { background-color: rgb(163,155,105); }
div.DivClassName
{
background-color: #A39B69;
}
.BgClassName
{
background-color: #A39B69;
}
</style>
border-color css
<style>
span { border-color: #A39B69; }
span { border-color: rgb(163,155,105); }
td.TdClassName
{
border-color: #A39B69;
}
.TagClassName
{
border-color: #A39B69;
}
</style>