Shades of Tequila #F7D5AC
Tints of Tequila #F7D5AC
RGB
CMYK
RGB Variations
Color information
#F7D5AC (or 0xF7D5AC) is known color: Tequila. HEX triplet: F7, D5 and AC. RGB value is (247,213,172). Sum of RGB (Red+Green+Blue) = 247+213+172=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D5AC is #082A53. Grayscale: #DADADA. Windows color (decimal): -535124 or 11326967. OLE color: 11326967.
HSL color Cylindrical-coordinate representation of color #F7D5AC: hue angle of 32.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D5AC is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 172 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.03 |
| HSL | 32.8º | 0.82% | 0.82% | - |
| HSV(B) | 32.8º | 0.3% | 0.97% | - |
| XYZ | 69.6 | 70.34 | 48.94 | - |
| YUV | 218.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 172 | 0 | 0.14 | 0.30 | 0.03 | 32.8 | 0.82 | 0.82 |
| Hex | F7 | D5 | AC | 0 | E | 1E | 3 | 21 | 52 | 52 |
| Octal | 367 | 325 | 254 | 0 | 16 | 36 | 3 | 41 | 122 | 122 |
| Binary | 11110111 | 11010101 | 10101100 | 0 | 1110 | 11110 | 11 | 100001 | 1010010 | 1010010 |
Color Harmonies of #F7D5AC
Complementary color
Monochromatic Colors of #F7D5AC
Black with #F7D5AC
Text Example
Text Example
White with #F7D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5AC; }
p { color: rgb(247,213,172); }
H1.HeaderClassName
{
color: #F7D5AC;
}
.AnyTagClassName
{
color: #F7D5AC;
}
</style>
background-color css
<style>
a { background-color: #F7D5AC; }
a { background-color: rgb(247,213,172); }
div.DivClassName
{
background-color: #F7D5AC;
}
.BgClassName
{
background-color: #F7D5AC;
}
</style>
border-color css
<style>
span { border-color: #F7D5AC; }
span { border-color: rgb(247,213,172); }
td.TdClassName
{
border-color: #F7D5AC;
}
.TagClassName
{
border-color: #F7D5AC;
}
</style>