Shades of Sante Fe #A76E50
Tints of Sante Fe #A76E50
RGB
CMYK
RGB Variations
Color information
#A76E50 (or 0xA76E50) is known color: Sante Fe. HEX triplet: A7, 6E and 50. RGB value is (167,110,80). Sum of RGB (Red+Green+Blue) = 167+110+80=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E50 is #5891AF. Grayscale: #7B7B7B. Windows color (decimal): -5804464 or 5271207. OLE color: 5271207.
HSL color Cylindrical-coordinate representation of color #A76E50: hue angle of 20.69º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76E50 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 80 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.35 |
| HSL | 20.69º | 0.35% | 0.48% | - |
| HSV(B) | 20.69º | 0.52% | 0.65% | - |
| XYZ | 22.96 | 19.95 | 10.23 | - |
| YUV | 123.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 80 | 0 | 0.34 | 0.52 | 0.35 | 20.69 | 0.35 | 0.48 |
| Hex | A7 | 6E | 50 | 0 | 22 | 34 | 23 | 15 | 23 | 30 |
| Octal | 247 | 156 | 120 | 0 | 42 | 64 | 43 | 25 | 43 | 60 |
| Binary | 10100111 | 1101110 | 1010000 | 0 | 100010 | 110100 | 100011 | 10101 | 100011 | 110000 |
Color Harmonies of #A76E50
Complementary color
Monochromatic Colors of #A76E50
Black with #A76E50
Text Example
Text Example
White with #A76E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E50; }
p { color: rgb(167,110,80); }
H1.HeaderClassName
{
color: #A76E50;
}
.AnyTagClassName
{
color: #A76E50;
}
</style>
background-color css
<style>
a { background-color: #A76E50; }
a { background-color: rgb(167,110,80); }
div.DivClassName
{
background-color: #A76E50;
}
.BgClassName
{
background-color: #A76E50;
}
</style>
border-color css
<style>
span { border-color: #A76E50; }
span { border-color: rgb(167,110,80); }
td.TdClassName
{
border-color: #A76E50;
}
.TagClassName
{
border-color: #A76E50;
}
</style>