Shades of Sante Fe #A76A55
Tints of Sante Fe #A76A55
RGB
CMYK
RGB Variations
Color information
#A76A55 (or 0xA76A55) is known color: Sante Fe. HEX triplet: A7, 6A and 55. RGB value is (167,106,85). Sum of RGB (Red+Green+Blue) = 167+106+85=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76A55 is #5895AA. Grayscale: #797979. Windows color (decimal): -5805483 or 5597863. OLE color: 5597863.
HSL color Cylindrical-coordinate representation of color #A76A55: hue angle of 15.37º 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 #A76A55 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 85 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.35 |
| HSL | 15.37º | 0.33% | 0.49% | - |
| HSV(B) | 15.37º | 0.49% | 0.65% | - |
| XYZ | 22.73 | 19.18 | 11.1 | - |
| YUV | 121.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 85 | 0 | 0.37 | 0.49 | 0.35 | 15.37 | 0.33 | 0.49 |
| Hex | A7 | 6A | 55 | 0 | 25 | 31 | 23 | F | 21 | 31 |
| Octal | 247 | 152 | 125 | 0 | 45 | 61 | 43 | 17 | 41 | 61 |
| Binary | 10100111 | 1101010 | 1010101 | 0 | 100101 | 110001 | 100011 | 1111 | 100001 | 110001 |
Color Harmonies of #A76A55
Complementary color
Monochromatic Colors of #A76A55
Black with #A76A55
Text Example
Text Example
White with #A76A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A55; }
p { color: rgb(167,106,85); }
H1.HeaderClassName
{
color: #A76A55;
}
.AnyTagClassName
{
color: #A76A55;
}
</style>
background-color css
<style>
a { background-color: #A76A55; }
a { background-color: rgb(167,106,85); }
div.DivClassName
{
background-color: #A76A55;
}
.BgClassName
{
background-color: #A76A55;
}
</style>
border-color css
<style>
span { border-color: #A76A55; }
span { border-color: rgb(167,106,85); }
td.TdClassName
{
border-color: #A76A55;
}
.TagClassName
{
border-color: #A76A55;
}
</style>