Shades of Sante Fe #A7654D
Tints of Sante Fe #A7654D
RGB
CMYK
RGB Variations
Color information
#A7654D (or 0xA7654D) is known color: Sante Fe. HEX triplet: A7, 65 and 4D. RGB value is (167,101,77). Sum of RGB (Red+Green+Blue) = 167+101+77=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7654D is #589AB2. Grayscale: #767676. Windows color (decimal): -5806771 or 5072295. OLE color: 5072295.
HSL color Cylindrical-coordinate representation of color #A7654D: hue angle of 16º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7654D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 77 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.35 |
| HSL | 16º | 0.37% | 0.48% | - |
| HSV(B) | 16º | 0.54% | 0.65% | - |
| XYZ | 21.93 | 18.06 | 9.35 | - |
| YUV | 118 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 77 | 0 | 0.40 | 0.54 | 0.35 | 16 | 0.37 | 0.48 |
| Hex | A7 | 65 | 4D | 0 | 28 | 36 | 23 | 10 | 25 | 30 |
| Octal | 247 | 145 | 115 | 0 | 50 | 66 | 43 | 20 | 45 | 60 |
| Binary | 10100111 | 1100101 | 1001101 | 0 | 101000 | 110110 | 100011 | 10000 | 100101 | 110000 |
Color Harmonies of #A7654D
Complementary color
Monochromatic Colors of #A7654D
Black with #A7654D
Text Example
Text Example
White with #A7654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7654D; }
p { color: rgb(167,101,77); }
H1.HeaderClassName
{
color: #A7654D;
}
.AnyTagClassName
{
color: #A7654D;
}
</style>
background-color css
<style>
a { background-color: #A7654D; }
a { background-color: rgb(167,101,77); }
div.DivClassName
{
background-color: #A7654D;
}
.BgClassName
{
background-color: #A7654D;
}
</style>
border-color css
<style>
span { border-color: #A7654D; }
span { border-color: rgb(167,101,77); }
td.TdClassName
{
border-color: #A7654D;
}
.TagClassName
{
border-color: #A7654D;
}
</style>