Shades of Sante Fe #A76E4D
Tints of Sante Fe #A76E4D
RGB
CMYK
RGB Variations
Color information
#A76E4D (or 0xA76E4D) is known color: Sante Fe. HEX triplet: A7, 6E and 4D. RGB value is (167,110,77). Sum of RGB (Red+Green+Blue) = 167+110+77=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E4D is #5891B2. Grayscale: #7B7B7B. Windows color (decimal): -5804467 or 5074599. OLE color: 5074599.
HSL color Cylindrical-coordinate representation of color #A76E4D: hue angle of 22º 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 #A76E4D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 77 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.35 |
| HSL | 22º | 0.37% | 0.48% | - |
| HSV(B) | 22º | 0.54% | 0.65% | - |
| XYZ | 22.85 | 19.9 | 9.66 | - |
| YUV | 123.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 77 | 0 | 0.34 | 0.54 | 0.35 | 22 | 0.37 | 0.48 |
| Hex | A7 | 6E | 4D | 0 | 22 | 36 | 23 | 16 | 25 | 30 |
| Octal | 247 | 156 | 115 | 0 | 42 | 66 | 43 | 26 | 45 | 60 |
| Binary | 10100111 | 1101110 | 1001101 | 0 | 100010 | 110110 | 100011 | 10110 | 100101 | 110000 |
Color Harmonies of #A76E4D
Complementary color
Monochromatic Colors of #A76E4D
Black with #A76E4D
Text Example
Text Example
White with #A76E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E4D; }
p { color: rgb(167,110,77); }
H1.HeaderClassName
{
color: #A76E4D;
}
.AnyTagClassName
{
color: #A76E4D;
}
</style>
background-color css
<style>
a { background-color: #A76E4D; }
a { background-color: rgb(167,110,77); }
div.DivClassName
{
background-color: #A76E4D;
}
.BgClassName
{
background-color: #A76E4D;
}
</style>
border-color css
<style>
span { border-color: #A76E4D; }
span { border-color: rgb(167,110,77); }
td.TdClassName
{
border-color: #A76E4D;
}
.TagClassName
{
border-color: #A76E4D;
}
</style>