Shades of Sante Fe #A67355
Tints of Sante Fe #A67355
RGB
CMYK
RGB Variations
Color information
#A67355 (or 0xA67355) is known color: Sante Fe. HEX triplet: A6, 73 and 55. RGB value is (166,115,85). Sum of RGB (Red+Green+Blue) = 166+115+85=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A67355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67355 is #598CAA. Grayscale: #7E7E7E. Windows color (decimal): -5868715 or 5600166. OLE color: 5600166.
HSL color Cylindrical-coordinate representation of color #A67355: hue angle of 22.22º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67355 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 85 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.35 |
| HSL | 22.22º | 0.32% | 0.49% | - |
| HSV(B) | 22.22º | 0.49% | 0.65% | - |
| XYZ | 23.5 | 21.02 | 11.41 | - |
| YUV | 126.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 85 | 0 | 0.31 | 0.49 | 0.35 | 22.22 | 0.32 | 0.49 |
| Hex | A6 | 73 | 55 | 0 | 1F | 31 | 23 | 16 | 20 | 31 |
| Octal | 246 | 163 | 125 | 0 | 37 | 61 | 43 | 26 | 40 | 61 |
| Binary | 10100110 | 1110011 | 1010101 | 0 | 11111 | 110001 | 100011 | 10110 | 100000 | 110001 |
Color Harmonies of #A67355
Complementary color
Monochromatic Colors of #A67355
Black with #A67355
Text Example
Text Example
White with #A67355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67355; }
p { color: rgb(166,115,85); }
H1.HeaderClassName
{
color: #A67355;
}
.AnyTagClassName
{
color: #A67355;
}
</style>
background-color css
<style>
a { background-color: #A67355; }
a { background-color: rgb(166,115,85); }
div.DivClassName
{
background-color: #A67355;
}
.BgClassName
{
background-color: #A67355;
}
</style>
border-color css
<style>
span { border-color: #A67355; }
span { border-color: rgb(166,115,85); }
td.TdClassName
{
border-color: #A67355;
}
.TagClassName
{
border-color: #A67355;
}
</style>