Shades of Sante Fe #A67353
Tints of Sante Fe #A67353
RGB
CMYK
RGB Variations
Color information
#A67353 (or 0xA67353) is known color: Sante Fe. HEX triplet: A6, 73 and 53. RGB value is (166,115,83). Sum of RGB (Red+Green+Blue) = 166+115+83=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A67353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67353 is #598CAC. Grayscale: #7E7E7E. Windows color (decimal): -5868717 or 5469094. OLE color: 5469094.
HSL color Cylindrical-coordinate representation of color #A67353: hue angle of 23.13º 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 #A67353 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 83 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.35 |
| HSL | 23.13º | 0.33% | 0.49% | - |
| HSV(B) | 23.13º | 0.5% | 0.65% | - |
| XYZ | 23.42 | 20.99 | 11 | - |
| YUV | 126.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 83 | 0 | 0.31 | 0.50 | 0.35 | 23.13 | 0.33 | 0.49 |
| Hex | A6 | 73 | 53 | 0 | 1F | 32 | 23 | 17 | 21 | 31 |
| Octal | 246 | 163 | 123 | 0 | 37 | 62 | 43 | 27 | 41 | 61 |
| Binary | 10100110 | 1110011 | 1010011 | 0 | 11111 | 110010 | 100011 | 10111 | 100001 | 110001 |
Color Harmonies of #A67353
Complementary color
Monochromatic Colors of #A67353
Black with #A67353
Text Example
Text Example
White with #A67353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67353; }
p { color: rgb(166,115,83); }
H1.HeaderClassName
{
color: #A67353;
}
.AnyTagClassName
{
color: #A67353;
}
</style>
background-color css
<style>
a { background-color: #A67353; }
a { background-color: rgb(166,115,83); }
div.DivClassName
{
background-color: #A67353;
}
.BgClassName
{
background-color: #A67353;
}
</style>
border-color css
<style>
span { border-color: #A67353; }
span { border-color: rgb(166,115,83); }
td.TdClassName
{
border-color: #A67353;
}
.TagClassName
{
border-color: #A67353;
}
</style>