Shades of Sante Fe #A76955
Tints of Sante Fe #A76955
RGB
CMYK
RGB Variations
Color information
#A76955 (or 0xA76955) is known color: Sante Fe. HEX triplet: A7, 69 and 55. RGB value is (167,105,85). Sum of RGB (Red+Green+Blue) = 167+105+85=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A76955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76955 is #5896AA. Grayscale: #797979. Windows color (decimal): -5805739 or 5597607. OLE color: 5597607.
HSL color Cylindrical-coordinate representation of color #A76955: hue angle of 14.63º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76955 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 85 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.35 |
| HSL | 14.63º | 0.33% | 0.49% | - |
| HSV(B) | 14.63º | 0.49% | 0.65% | - |
| XYZ | 22.63 | 18.97 | 11.06 | - |
| YUV | 121.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 85 | 0 | 0.37 | 0.49 | 0.35 | 14.63 | 0.33 | 0.49 |
| Hex | A7 | 69 | 55 | 0 | 25 | 31 | 23 | F | 21 | 31 |
| Octal | 247 | 151 | 125 | 0 | 45 | 61 | 43 | 17 | 41 | 61 |
| Binary | 10100111 | 1101001 | 1010101 | 0 | 100101 | 110001 | 100011 | 1111 | 100001 | 110001 |
Color Harmonies of #A76955
Complementary color
Monochromatic Colors of #A76955
Black with #A76955
Text Example
Text Example
White with #A76955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76955; }
p { color: rgb(167,105,85); }
H1.HeaderClassName
{
color: #A76955;
}
.AnyTagClassName
{
color: #A76955;
}
</style>
background-color css
<style>
a { background-color: #A76955; }
a { background-color: rgb(167,105,85); }
div.DivClassName
{
background-color: #A76955;
}
.BgClassName
{
background-color: #A76955;
}
</style>
border-color css
<style>
span { border-color: #A76955; }
span { border-color: rgb(167,105,85); }
td.TdClassName
{
border-color: #A76955;
}
.TagClassName
{
border-color: #A76955;
}
</style>