Shades of Sante Fe #A76D54
Tints of Sante Fe #A76D54
RGB
CMYK
RGB Variations
Color information
#A76D54 (or 0xA76D54) is known color: Sante Fe. HEX triplet: A7, 6D and 54. RGB value is (167,109,84). Sum of RGB (Red+Green+Blue) = 167+109+84=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D54 is #5892AB. Grayscale: #7B7B7B. Windows color (decimal): -5804716 or 5533095. OLE color: 5533095.
HSL color Cylindrical-coordinate representation of color #A76D54: hue angle of 18.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76D54 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 84 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.35 |
| HSL | 18.07º | 0.33% | 0.49% | - |
| HSV(B) | 18.07º | 0.5% | 0.65% | - |
| XYZ | 23.01 | 19.79 | 11 | - |
| YUV | 123.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 84 | 0 | 0.35 | 0.50 | 0.35 | 18.07 | 0.33 | 0.49 |
| Hex | A7 | 6D | 54 | 0 | 23 | 32 | 23 | 12 | 21 | 31 |
| Octal | 247 | 155 | 124 | 0 | 43 | 62 | 43 | 22 | 41 | 61 |
| Binary | 10100111 | 1101101 | 1010100 | 0 | 100011 | 110010 | 100011 | 10010 | 100001 | 110001 |
Color Harmonies of #A76D54
Complementary color
Monochromatic Colors of #A76D54
Black with #A76D54
Text Example
Text Example
White with #A76D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D54; }
p { color: rgb(167,109,84); }
H1.HeaderClassName
{
color: #A76D54;
}
.AnyTagClassName
{
color: #A76D54;
}
</style>
background-color css
<style>
a { background-color: #A76D54; }
a { background-color: rgb(167,109,84); }
div.DivClassName
{
background-color: #A76D54;
}
.BgClassName
{
background-color: #A76D54;
}
</style>
border-color css
<style>
span { border-color: #A76D54; }
span { border-color: rgb(167,109,84); }
td.TdClassName
{
border-color: #A76D54;
}
.TagClassName
{
border-color: #A76D54;
}
</style>