Shades of Sante Fe #A77251
Tints of Sante Fe #A77251
RGB
CMYK
RGB Variations
Color information
#A77251 (or 0xA77251) is known color: Sante Fe. HEX triplet: A7, 72 and 51. RGB value is (167,114,81). Sum of RGB (Red+Green+Blue) = 167+114+81=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A77251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77251 is #588DAE. Grayscale: #7E7E7E. Windows color (decimal): -5803439 or 5337767. OLE color: 5337767.
HSL color Cylindrical-coordinate representation of color #A77251: hue angle of 23.02º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77251 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 81 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.35 |
| HSL | 23.02º | 0.35% | 0.49% | - |
| HSV(B) | 23.02º | 0.51% | 0.65% | - |
| XYZ | 23.44 | 20.84 | 10.57 | - |
| YUV | 126.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 81 | 0 | 0.32 | 0.51 | 0.35 | 23.02 | 0.35 | 0.49 |
| Hex | A7 | 72 | 51 | 0 | 20 | 33 | 23 | 17 | 23 | 31 |
| Octal | 247 | 162 | 121 | 0 | 40 | 63 | 43 | 27 | 43 | 61 |
| Binary | 10100111 | 1110010 | 1010001 | 0 | 100000 | 110011 | 100011 | 10111 | 100011 | 110001 |
Color Harmonies of #A77251
Complementary color
Monochromatic Colors of #A77251
Black with #A77251
Text Example
Text Example
White with #A77251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77251; }
p { color: rgb(167,114,81); }
H1.HeaderClassName
{
color: #A77251;
}
.AnyTagClassName
{
color: #A77251;
}
</style>
background-color css
<style>
a { background-color: #A77251; }
a { background-color: rgb(167,114,81); }
div.DivClassName
{
background-color: #A77251;
}
.BgClassName
{
background-color: #A77251;
}
</style>
border-color css
<style>
span { border-color: #A77251; }
span { border-color: rgb(167,114,81); }
td.TdClassName
{
border-color: #A77251;
}
.TagClassName
{
border-color: #A77251;
}
</style>