Shades of Tallow #A8A066
Tints of Tallow #A8A066
RGB
CMYK
RGB Variations
Color information
#A8A066 (or 0xA8A066) is known color: Tallow. HEX triplet: A8, A0 and 66. RGB value is (168,160,102). Sum of RGB (Red+Green+Blue) = 168+160+102=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A066 is #575F99. Grayscale: #9C9C9C. Windows color (decimal): -5726106 or 6725800. OLE color: 6725800.
HSL color Cylindrical-coordinate representation of color #A8A066: hue angle of 52.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8A066 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 160 | 102 | - |
CMYK | 0 | 0.05 | 0.39 | 0.34 |
HSL | 52.73º | 0.28% | 0.53% | - |
HSV(B) | 52.73º | 0.39% | 0.66% | - |
XYZ | 31.12 | 34.43 | 17.58 | - |
YUV | 155.78 | 97.65 | 136.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 160 | 102 | 0 | 0.05 | 0.39 | 0.34 | 52.73 | 0.28 | 0.53 |
Hex | A8 | A0 | 66 | 0 | 5 | 27 | 22 | 35 | 1C | 35 |
Octal | 250 | 240 | 146 | 0 | 5 | 47 | 42 | 65 | 34 | 65 |
Binary | 10101000 | 10100000 | 1100110 | 0 | 101 | 100111 | 100010 | 110101 | 11100 | 110101 |
Color Harmonies of #A8A066
Complementary color
Monochromatic Colors of #A8A066
Black with #A8A066
Text Example
Text Example
White with #A8A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A066; }
p { color: rgb(168,160,102); }
H1.HeaderClassName
{
color: #A8A066;
}
.AnyTagClassName
{
color: #A8A066;
}
</style>
background-color css
<style>
a { background-color: #A8A066; }
a { background-color: rgb(168,160,102); }
div.DivClassName
{
background-color: #A8A066;
}
.BgClassName
{
background-color: #A8A066;
}
</style>
border-color css
<style>
span { border-color: #A8A066; }
span { border-color: rgb(168,160,102); }
td.TdClassName
{
border-color: #A8A066;
}
.TagClassName
{
border-color: #A8A066;
}
</style>