Shades of Sante Fe #A6714C
Tints of Sante Fe #A6714C
RGB
CMYK
RGB Variations
Color information
#A6714C (or 0xA6714C) is known color: Sante Fe. HEX triplet: A6, 71 and 4C. RGB value is (166,113,76). Sum of RGB (Red+Green+Blue) = 166+113+76=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6714C is #598EB3. Grayscale: #7C7C7C. Windows color (decimal): -5869236 or 5009830. OLE color: 5009830.
HSL color Cylindrical-coordinate representation of color #A6714C: hue angle of 24.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6714C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 76 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.35 |
| HSL | 24.67º | 0.37% | 0.47% | - |
| HSV(B) | 24.67º | 0.54% | 0.65% | - |
| XYZ | 22.94 | 20.44 | 9.57 | - |
| YUV | 124.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 76 | 0 | 0.32 | 0.54 | 0.35 | 24.67 | 0.37 | 0.47 |
| Hex | A6 | 71 | 4C | 0 | 20 | 36 | 23 | 19 | 25 | 2F |
| Octal | 246 | 161 | 114 | 0 | 40 | 66 | 43 | 31 | 45 | 57 |
| Binary | 10100110 | 1110001 | 1001100 | 0 | 100000 | 110110 | 100011 | 11001 | 100101 | 101111 |
Color Harmonies of #A6714C
Complementary color
Monochromatic Colors of #A6714C
Black with #A6714C
Text Example
Text Example
White with #A6714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6714C; }
p { color: rgb(166,113,76); }
H1.HeaderClassName
{
color: #A6714C;
}
.AnyTagClassName
{
color: #A6714C;
}
</style>
background-color css
<style>
a { background-color: #A6714C; }
a { background-color: rgb(166,113,76); }
div.DivClassName
{
background-color: #A6714C;
}
.BgClassName
{
background-color: #A6714C;
}
</style>
border-color css
<style>
span { border-color: #A6714C; }
span { border-color: rgb(166,113,76); }
td.TdClassName
{
border-color: #A6714C;
}
.TagClassName
{
border-color: #A6714C;
}
</style>