Shades of Sante Fe #A6614C
Tints of Sante Fe #A6614C
RGB
CMYK
RGB Variations
Color information
#A6614C (or 0xA6614C) is known color: Sante Fe. HEX triplet: A6, 61 and 4C. RGB value is (166,97,76). Sum of RGB (Red+Green+Blue) = 166+97+76=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6614C is #599EB3. Grayscale: #737373. Windows color (decimal): -5873332 or 5005734. OLE color: 5005734.
HSL color Cylindrical-coordinate representation of color #A6614C: hue angle of 14º 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 #A6614C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 76 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.35 |
| HSL | 14º | 0.37% | 0.47% | - |
| HSV(B) | 14º | 0.54% | 0.65% | - |
| XYZ | 21.31 | 17.18 | 9.03 | - |
| YUV | 115.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 76 | 0 | 0.42 | 0.54 | 0.35 | 14 | 0.37 | 0.47 |
| Hex | A6 | 61 | 4C | 0 | 2A | 36 | 23 | E | 25 | 2F |
| Octal | 246 | 141 | 114 | 0 | 52 | 66 | 43 | 16 | 45 | 57 |
| Binary | 10100110 | 1100001 | 1001100 | 0 | 101010 | 110110 | 100011 | 1110 | 100101 | 101111 |
Color Harmonies of #A6614C
Complementary color
Monochromatic Colors of #A6614C
Black with #A6614C
Text Example
Text Example
White with #A6614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6614C; }
p { color: rgb(166,97,76); }
H1.HeaderClassName
{
color: #A6614C;
}
.AnyTagClassName
{
color: #A6614C;
}
</style>
background-color css
<style>
a { background-color: #A6614C; }
a { background-color: rgb(166,97,76); }
div.DivClassName
{
background-color: #A6614C;
}
.BgClassName
{
background-color: #A6614C;
}
</style>
border-color css
<style>
span { border-color: #A6614C; }
span { border-color: rgb(166,97,76); }
td.TdClassName
{
border-color: #A6614C;
}
.TagClassName
{
border-color: #A6614C;
}
</style>