Shades of Sante Fe #A67255
Tints of Sante Fe #A67255
RGB
CMYK
RGB Variations
Color information
#A67255 (or 0xA67255) is known color: Sante Fe. HEX triplet: A6, 72 and 55. RGB value is (166,114,85). Sum of RGB (Red+Green+Blue) = 166+114+85=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A67255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67255 is #598DAA. Grayscale: #7E7E7E. Windows color (decimal): -5868971 or 5599910. OLE color: 5599910.
HSL color Cylindrical-coordinate representation of color #A67255: hue angle of 21.48º 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 #A67255 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 85 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.35 |
| HSL | 21.48º | 0.32% | 0.49% | - |
| HSV(B) | 21.48º | 0.49% | 0.65% | - |
| XYZ | 23.38 | 20.8 | 11.38 | - |
| YUV | 126.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 85 | 0 | 0.31 | 0.49 | 0.35 | 21.48 | 0.32 | 0.49 |
| Hex | A6 | 72 | 55 | 0 | 1F | 31 | 23 | 15 | 20 | 31 |
| Octal | 246 | 162 | 125 | 0 | 37 | 61 | 43 | 25 | 40 | 61 |
| Binary | 10100110 | 1110010 | 1010101 | 0 | 11111 | 110001 | 100011 | 10101 | 100000 | 110001 |
Color Harmonies of #A67255
Complementary color
Monochromatic Colors of #A67255
Black with #A67255
Text Example
Text Example
White with #A67255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67255; }
p { color: rgb(166,114,85); }
H1.HeaderClassName
{
color: #A67255;
}
.AnyTagClassName
{
color: #A67255;
}
</style>
background-color css
<style>
a { background-color: #A67255; }
a { background-color: rgb(166,114,85); }
div.DivClassName
{
background-color: #A67255;
}
.BgClassName
{
background-color: #A67255;
}
</style>
border-color css
<style>
span { border-color: #A67255; }
span { border-color: rgb(166,114,85); }
td.TdClassName
{
border-color: #A67255;
}
.TagClassName
{
border-color: #A67255;
}
</style>