Shades of Sante Fe #A67351
Tints of Sante Fe #A67351
RGB
CMYK
RGB Variations
Color information
#A67351 (or 0xA67351) is known color: Sante Fe. HEX triplet: A6, 73 and 51. RGB value is (166,115,81). Sum of RGB (Red+Green+Blue) = 166+115+81=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A67351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67351 is #598CAE. Grayscale: #7E7E7E. Windows color (decimal): -5868719 or 5338022. OLE color: 5338022.
HSL color Cylindrical-coordinate representation of color #A67351: hue angle of 24º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67351 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 81 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.35 |
| HSL | 24º | 0.34% | 0.48% | - |
| HSV(B) | 24º | 0.51% | 0.65% | - |
| XYZ | 23.34 | 20.96 | 10.6 | - |
| YUV | 126.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 81 | 0 | 0.31 | 0.51 | 0.35 | 24 | 0.34 | 0.48 |
| Hex | A6 | 73 | 51 | 0 | 1F | 33 | 23 | 18 | 22 | 30 |
| Octal | 246 | 163 | 121 | 0 | 37 | 63 | 43 | 30 | 42 | 60 |
| Binary | 10100110 | 1110011 | 1010001 | 0 | 11111 | 110011 | 100011 | 11000 | 100010 | 110000 |
Color Harmonies of #A67351
Complementary color
Monochromatic Colors of #A67351
Black with #A67351
Text Example
Text Example
White with #A67351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67351; }
p { color: rgb(166,115,81); }
H1.HeaderClassName
{
color: #A67351;
}
.AnyTagClassName
{
color: #A67351;
}
</style>
background-color css
<style>
a { background-color: #A67351; }
a { background-color: rgb(166,115,81); }
div.DivClassName
{
background-color: #A67351;
}
.BgClassName
{
background-color: #A67351;
}
</style>
border-color css
<style>
span { border-color: #A67351; }
span { border-color: rgb(166,115,81); }
td.TdClassName
{
border-color: #A67351;
}
.TagClassName
{
border-color: #A67351;
}
</style>