Shades of Sante Fe #A66552
Tints of Sante Fe #A66552
RGB
CMYK
RGB Variations
Color information
#A66552 (or 0xA66552) is known color: Sante Fe. HEX triplet: A6, 65 and 52. RGB value is (166,101,82). Sum of RGB (Red+Green+Blue) = 166+101+82=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A66552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66552 is #599AAD. Grayscale: #767676. Windows color (decimal): -5872302 or 5399974. OLE color: 5399974.
HSL color Cylindrical-coordinate representation of color #A66552: hue angle of 13.57º degrees, saturation: 0.34, 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 #A66552 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 82 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.35 |
| HSL | 13.57º | 0.34% | 0.49% | - |
| HSV(B) | 13.57º | 0.51% | 0.65% | - |
| XYZ | 21.9 | 18.02 | 10.31 | - |
| YUV | 118.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 82 | 0 | 0.39 | 0.51 | 0.35 | 13.57 | 0.34 | 0.49 |
| Hex | A6 | 65 | 52 | 0 | 27 | 33 | 23 | E | 22 | 31 |
| Octal | 246 | 145 | 122 | 0 | 47 | 63 | 43 | 16 | 42 | 61 |
| Binary | 10100110 | 1100101 | 1010010 | 0 | 100111 | 110011 | 100011 | 1110 | 100010 | 110001 |
Color Harmonies of #A66552
Complementary color
Monochromatic Colors of #A66552
Black with #A66552
Text Example
Text Example
White with #A66552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66552; }
p { color: rgb(166,101,82); }
H1.HeaderClassName
{
color: #A66552;
}
.AnyTagClassName
{
color: #A66552;
}
</style>
background-color css
<style>
a { background-color: #A66552; }
a { background-color: rgb(166,101,82); }
div.DivClassName
{
background-color: #A66552;
}
.BgClassName
{
background-color: #A66552;
}
</style>
border-color css
<style>
span { border-color: #A66552; }
span { border-color: rgb(166,101,82); }
td.TdClassName
{
border-color: #A66552;
}
.TagClassName
{
border-color: #A66552;
}
</style>