Shades of Sante Fe #A76D59
Tints of Sante Fe #A76D59
RGB
CMYK
RGB Variations
Color information
#A76D59 (or 0xA76D59) is known color: Sante Fe. HEX triplet: A7, 6D and 59. RGB value is (167,109,89). Sum of RGB (Red+Green+Blue) = 167+109+89=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D59 is #5892A6. Grayscale: #7C7C7C. Windows color (decimal): -5804711 or 5860775. OLE color: 5860775.
HSL color Cylindrical-coordinate representation of color #A76D59: hue angle of 15.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76D59 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 89 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.35 |
| HSL | 15.38º | 0.31% | 0.5% | - |
| HSV(B) | 15.38º | 0.47% | 0.65% | - |
| XYZ | 23.21 | 19.87 | 12.06 | - |
| YUV | 124.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 89 | 0 | 0.35 | 0.47 | 0.35 | 15.38 | 0.31 | 0.5 |
| Hex | A7 | 6D | 59 | 0 | 23 | 2F | 23 | F | 1F | 32 |
| Octal | 247 | 155 | 131 | 0 | 43 | 57 | 43 | 17 | 37 | 62 |
| Binary | 10100111 | 1101101 | 1011001 | 0 | 100011 | 101111 | 100011 | 1111 | 11111 | 110010 |
Color Harmonies of #A76D59
Complementary color
Monochromatic Colors of #A76D59
Black with #A76D59
Text Example
Text Example
White with #A76D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D59; }
p { color: rgb(167,109,89); }
H1.HeaderClassName
{
color: #A76D59;
}
.AnyTagClassName
{
color: #A76D59;
}
</style>
background-color css
<style>
a { background-color: #A76D59; }
a { background-color: rgb(167,109,89); }
div.DivClassName
{
background-color: #A76D59;
}
.BgClassName
{
background-color: #A76D59;
}
</style>
border-color css
<style>
span { border-color: #A76D59; }
span { border-color: rgb(167,109,89); }
td.TdClassName
{
border-color: #A76D59;
}
.TagClassName
{
border-color: #A76D59;
}
</style>