Shades of Tallow #A59B6A
Tints of Tallow #A59B6A
RGB
CMYK
RGB Variations
Color information
#A59B6A (or 0xA59B6A) is known color: Tallow. HEX triplet: A5, 9B and 6A. RGB value is (165,155,106). Sum of RGB (Red+Green+Blue) = 165+155+106=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B6A is #5A6495. Grayscale: #989898. Windows color (decimal): -5923990 or 6986661. OLE color: 6986661.
HSL color Cylindrical-coordinate representation of color #A59B6A: hue angle of 49.83º 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 #A59B6A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 106 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.35 |
| HSL | 49.83º | 0.25% | 0.53% | - |
| HSV(B) | 49.83º | 0.36% | 0.65% | - |
| XYZ | 29.84 | 32.48 | 18.33 | - |
| YUV | 152.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 106 | 0 | 0.06 | 0.36 | 0.35 | 49.83 | 0.25 | 0.53 |
| Hex | A5 | 9B | 6A | 0 | 6 | 24 | 23 | 32 | 19 | 35 |
| Octal | 245 | 233 | 152 | 0 | 6 | 44 | 43 | 62 | 31 | 65 |
| Binary | 10100101 | 10011011 | 1101010 | 0 | 110 | 100100 | 100011 | 110010 | 11001 | 110101 |
Color Harmonies of #A59B6A
Complementary color
Monochromatic Colors of #A59B6A
Black with #A59B6A
Text Example
Text Example
White with #A59B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B6A; }
p { color: rgb(165,155,106); }
H1.HeaderClassName
{
color: #A59B6A;
}
.AnyTagClassName
{
color: #A59B6A;
}
</style>
background-color css
<style>
a { background-color: #A59B6A; }
a { background-color: rgb(165,155,106); }
div.DivClassName
{
background-color: #A59B6A;
}
.BgClassName
{
background-color: #A59B6A;
}
</style>
border-color css
<style>
span { border-color: #A59B6A; }
span { border-color: rgb(165,155,106); }
td.TdClassName
{
border-color: #A59B6A;
}
.TagClassName
{
border-color: #A59B6A;
}
</style>