Shades of Tallow #A8A26D
Tints of Tallow #A8A26D
RGB
CMYK
RGB Variations
Color information
#A8A26D (or 0xA8A26D) is known color: Tallow. HEX triplet: A8, A2 and 6D. RGB value is (168,162,109). Sum of RGB (Red+Green+Blue) = 168+162+109=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A26D is #575D92. Grayscale: #9D9D9D. Windows color (decimal): -5725587 or 7185064. OLE color: 7185064.
HSL color Cylindrical-coordinate representation of color #A8A26D: hue angle of 53.9º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A26D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 162 | 109 | - |
CMYK | 0 | 0.04 | 0.35 | 0.34 |
HSL | 53.9º | 0.25% | 0.54% | - |
HSV(B) | 53.9º | 0.35% | 0.66% | - |
XYZ | 31.83 | 35.27 | 19.6 | - |
YUV | 157.75 | 100.49 | 135.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 162 | 109 | 0 | 0.04 | 0.35 | 0.34 | 53.9 | 0.25 | 0.54 |
Hex | A8 | A2 | 6D | 0 | 4 | 23 | 22 | 36 | 19 | 36 |
Octal | 250 | 242 | 155 | 0 | 4 | 43 | 42 | 66 | 31 | 66 |
Binary | 10101000 | 10100010 | 1101101 | 0 | 100 | 100011 | 100010 | 110110 | 11001 | 110110 |
Color Harmonies of #A8A26D
Complementary color
Monochromatic Colors of #A8A26D
Black with #A8A26D
Text Example
Text Example
White with #A8A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A26D; }
p { color: rgb(168,162,109); }
H1.HeaderClassName
{
color: #A8A26D;
}
.AnyTagClassName
{
color: #A8A26D;
}
</style>
background-color css
<style>
a { background-color: #A8A26D; }
a { background-color: rgb(168,162,109); }
div.DivClassName
{
background-color: #A8A26D;
}
.BgClassName
{
background-color: #A8A26D;
}
</style>
border-color css
<style>
span { border-color: #A8A26D; }
span { border-color: rgb(168,162,109); }
td.TdClassName
{
border-color: #A8A26D;
}
.TagClassName
{
border-color: #A8A26D;
}
</style>