Shades of Sante Fe #A77253
Tints of Sante Fe #A77253
RGB
CMYK
RGB Variations
Color information
#A77253 (or 0xA77253) is known color: Sante Fe. HEX triplet: A7, 72 and 53. RGB value is (167,114,83). Sum of RGB (Red+Green+Blue) = 167+114+83=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A77253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77253 is #588DAC. Grayscale: #7E7E7E. Windows color (decimal): -5803437 or 5468839. OLE color: 5468839.
HSL color Cylindrical-coordinate representation of color #A77253: hue angle of 22.14º degrees, saturation: 0.34, 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 #A77253 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 83 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.35 |
| HSL | 22.14º | 0.34% | 0.49% | - |
| HSV(B) | 22.14º | 0.5% | 0.65% | - |
| XYZ | 23.52 | 20.87 | 10.97 | - |
| YUV | 126.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 83 | 0 | 0.32 | 0.50 | 0.35 | 22.14 | 0.34 | 0.49 |
| Hex | A7 | 72 | 53 | 0 | 20 | 32 | 23 | 16 | 22 | 31 |
| Octal | 247 | 162 | 123 | 0 | 40 | 62 | 43 | 26 | 42 | 61 |
| Binary | 10100111 | 1110010 | 1010011 | 0 | 100000 | 110010 | 100011 | 10110 | 100010 | 110001 |
Color Harmonies of #A77253
Complementary color
Monochromatic Colors of #A77253
Black with #A77253
Text Example
Text Example
White with #A77253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77253; }
p { color: rgb(167,114,83); }
H1.HeaderClassName
{
color: #A77253;
}
.AnyTagClassName
{
color: #A77253;
}
</style>
background-color css
<style>
a { background-color: #A77253; }
a { background-color: rgb(167,114,83); }
div.DivClassName
{
background-color: #A77253;
}
.BgClassName
{
background-color: #A77253;
}
</style>
border-color css
<style>
span { border-color: #A77253; }
span { border-color: rgb(167,114,83); }
td.TdClassName
{
border-color: #A77253;
}
.TagClassName
{
border-color: #A77253;
}
</style>