Shades of Sante Fe #A66753
Tints of Sante Fe #A66753
RGB
CMYK
RGB Variations
Color information
#A66753 (or 0xA66753) is known color: Sante Fe. HEX triplet: A6, 67 and 53. RGB value is (166,103,83). Sum of RGB (Red+Green+Blue) = 166+103+83=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A66753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66753 is #5998AC. Grayscale: #777777. Windows color (decimal): -5871789 or 5466022. OLE color: 5466022.
HSL color Cylindrical-coordinate representation of color #A66753: hue angle of 14.46º 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 #A66753 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 83 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.35 |
| HSL | 14.46º | 0.33% | 0.49% | - |
| HSV(B) | 14.46º | 0.5% | 0.65% | - |
| XYZ | 22.14 | 18.43 | 10.57 | - |
| YUV | 119.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 83 | 0 | 0.38 | 0.50 | 0.35 | 14.46 | 0.33 | 0.49 |
| Hex | A6 | 67 | 53 | 0 | 26 | 32 | 23 | E | 21 | 31 |
| Octal | 246 | 147 | 123 | 0 | 46 | 62 | 43 | 16 | 41 | 61 |
| Binary | 10100110 | 1100111 | 1010011 | 0 | 100110 | 110010 | 100011 | 1110 | 100001 | 110001 |
Color Harmonies of #A66753
Complementary color
Monochromatic Colors of #A66753
Black with #A66753
Text Example
Text Example
White with #A66753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66753; }
p { color: rgb(166,103,83); }
H1.HeaderClassName
{
color: #A66753;
}
.AnyTagClassName
{
color: #A66753;
}
</style>
background-color css
<style>
a { background-color: #A66753; }
a { background-color: rgb(166,103,83); }
div.DivClassName
{
background-color: #A66753;
}
.BgClassName
{
background-color: #A66753;
}
</style>
border-color css
<style>
span { border-color: #A66753; }
span { border-color: rgb(166,103,83); }
td.TdClassName
{
border-color: #A66753;
}
.TagClassName
{
border-color: #A66753;
}
</style>