Shades of Tallow #A39969
Tints of Tallow #A39969
RGB
CMYK
RGB Variations
Color information
#A39969 (or 0xA39969) is known color: Tallow. HEX triplet: A3, 99 and 69. RGB value is (163,153,105). Sum of RGB (Red+Green+Blue) = 163+153+105=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A39969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39969 is #5C6696. Grayscale: #969696. Windows color (decimal): -6055575 or 6920611. OLE color: 6920611.
HSL color Cylindrical-coordinate representation of color #A39969: hue angle of 49.66º 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 #A39969 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 105 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.36 |
| HSL | 49.66º | 0.24% | 0.53% | - |
| HSV(B) | 49.66º | 0.36% | 0.64% | - |
| XYZ | 29.05 | 31.59 | 17.93 | - |
| YUV | 150.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 105 | 0 | 0.06 | 0.36 | 0.36 | 49.66 | 0.24 | 0.53 |
| Hex | A3 | 99 | 69 | 0 | 6 | 24 | 24 | 32 | 18 | 35 |
| Octal | 243 | 231 | 151 | 0 | 6 | 44 | 44 | 62 | 30 | 65 |
| Binary | 10100011 | 10011001 | 1101001 | 0 | 110 | 100100 | 100100 | 110010 | 11000 | 110101 |
Color Harmonies of #A39969
Complementary color
Monochromatic Colors of #A39969
Black with #A39969
Text Example
Text Example
White with #A39969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39969; }
p { color: rgb(163,153,105); }
H1.HeaderClassName
{
color: #A39969;
}
.AnyTagClassName
{
color: #A39969;
}
</style>
background-color css
<style>
a { background-color: #A39969; }
a { background-color: rgb(163,153,105); }
div.DivClassName
{
background-color: #A39969;
}
.BgClassName
{
background-color: #A39969;
}
</style>
border-color css
<style>
span { border-color: #A39969; }
span { border-color: rgb(163,153,105); }
td.TdClassName
{
border-color: #A39969;
}
.TagClassName
{
border-color: #A39969;
}
</style>