Shades of Tallow #A5976A
Tints of Tallow #A5976A
RGB
CMYK
RGB Variations
Color information
#A5976A (or 0xA5976A) is known color: Tallow. HEX triplet: A5, 97 and 6A. RGB value is (165,151,106). Sum of RGB (Red+Green+Blue) = 165+151+106=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5976A is #5A6895. Grayscale: #969696. Windows color (decimal): -5925014 or 6985637. OLE color: 6985637.
HSL color Cylindrical-coordinate representation of color #A5976A: hue angle of 45.76º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5976A is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 106 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.35 |
| HSL | 45.76º | 0.25% | 0.53% | - |
| HSV(B) | 45.76º | 0.36% | 0.65% | - |
| XYZ | 29.19 | 31.17 | 18.11 | - |
| YUV | 150.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 106 | 0 | 0.08 | 0.36 | 0.35 | 45.76 | 0.25 | 0.53 |
| Hex | A5 | 97 | 6A | 0 | 8 | 24 | 23 | 2E | 19 | 35 |
| Octal | 245 | 227 | 152 | 0 | 10 | 44 | 43 | 56 | 31 | 65 |
| Binary | 10100101 | 10010111 | 1101010 | 0 | 1000 | 100100 | 100011 | 101110 | 11001 | 110101 |
Color Harmonies of #A5976A
Complementary color
Monochromatic Colors of #A5976A
Black with #A5976A
Text Example
Text Example
White with #A5976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5976A; }
p { color: rgb(165,151,106); }
H1.HeaderClassName
{
color: #A5976A;
}
.AnyTagClassName
{
color: #A5976A;
}
</style>
background-color css
<style>
a { background-color: #A5976A; }
a { background-color: rgb(165,151,106); }
div.DivClassName
{
background-color: #A5976A;
}
.BgClassName
{
background-color: #A5976A;
}
</style>
border-color css
<style>
span { border-color: #A5976A; }
span { border-color: rgb(165,151,106); }
td.TdClassName
{
border-color: #A5976A;
}
.TagClassName
{
border-color: #A5976A;
}
</style>